From bcdd99c6f4809f5ec60b9fc9022c57bbe8085e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hringer?= Date: Mon, 24 Feb 2025 09:48:50 +0100 Subject: [PATCH] Fixed wrong version being used --- docs/src/v1.7.0/maintain/upgrade-from-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/v1.7.0/maintain/upgrade-from-1.md b/docs/src/v1.7.0/maintain/upgrade-from-1.md index 0086888b2..4dec3a6e0 100644 --- a/docs/src/v1.7.0/maintain/upgrade-from-1.md +++ b/docs/src/v1.7.0/maintain/upgrade-from-1.md @@ -128,11 +128,11 @@ Upgrading the DSF from 1.6.0 to 1.7.0 involves modifying the docker-compose.yml ``` 4. Verify your upgrade: - * Verify the DSF FHIR server is running in version 1.6.0. The log should contain a message: + * Verify the DSF FHIR server is running in version 1.7.0. The log should contain a message: `INFO main - BuildInfoReaderImpl.logBuildInfo(137) | Artifact: dsf-fhir-server-jetty, version: 1.7.0, [...]` * Verify the DSF FHIR server started without errors * 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) - * Verify the DSF BPE server is running in version 1.6.0. The log should contain a message: + * Verify the DSF BPE server is running in version 1.7.0. The log should contain a message: `INFO main - BuildInfoReaderImpl.logBuildInfo(137) | Artifact: dsf-bpe-server-jetty, version: 1.7.0, [...]` * Verify the DSF BPE server started without errors * Verify your install with a ping/pong test