You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/v1.7.0/maintain/upgrade-from-1.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -128,11 +128,11 @@ Upgrading the DSF from 1.6.0 to 1.7.0 involves modifying the docker-compose.yml
128
128
```
129
129
130
130
4. Verify your upgrade:
131
-
* Verify the DSF FHIR server is running in version 1.6.0. The log should contain a message:
131
+
* Verify the DSF FHIR server is running in version 1.7.0. The log should contain a message:
132
132
`INFO main - BuildInfoReaderImpl.logBuildInfo(137) | Artifact: dsf-fhir-server-jetty, version: 1.7.0, [...]`
133
133
* Verify the DSF FHIR server started without errors
134
134
* Verify the DSF FHIR server is accessible via https, for example by browsing to https://your-dsf-endpoint.de/fhir/ (authentication with your client-certificate)
135
-
* Verify the DSF BPE server is running in version 1.6.0. The log should contain a message:
135
+
* Verify the DSF BPE server is running in version 1.7.0. The log should contain a message:
136
136
`INFO main - BuildInfoReaderImpl.logBuildInfo(137) | Artifact: dsf-bpe-server-jetty, version: 1.7.0, [...]`
137
137
* Verify the DSF BPE server started without errors
0 commit comments