Skip to content

Commit 25e929b

Browse files
authored
Merge pull request #70 from datasharingframework/fix-version-number-error
Fixed wrong version being used
2 parents 49f29b8 + bcdd99c commit 25e929b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/v1.7.0/maintain/upgrade-from-1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ Upgrading the DSF from 1.6.0 to 1.7.0 involves modifying the docker-compose.yml
128128
```
129129
130130
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:
132132
`INFO main - BuildInfoReaderImpl.logBuildInfo(137) | Artifact: dsf-fhir-server-jetty, version: 1.7.0, [...]`
133133
* Verify the DSF FHIR server started without errors
134134
* 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:
136136
`INFO main - BuildInfoReaderImpl.logBuildInfo(137) | Artifact: dsf-bpe-server-jetty, version: 1.7.0, [...]`
137137
* Verify the DSF BPE server started without errors
138138
* Verify your install with a ping/pong test

0 commit comments

Comments
 (0)