From 9b668423c471afb08304a41289831c349a2f023d Mon Sep 17 00:00:00 2001 From: Maximilian Kurscheidt Date: Tue, 20 Jan 2026 11:47:53 +0100 Subject: [PATCH 1/4] Update upgrade-from-1.md removed warning --- docs/src/operations/v2.0.0/upgrade-from-1.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/operations/v2.0.0/upgrade-from-1.md b/docs/src/operations/v2.0.0/upgrade-from-1.md index 19d38e5b3..5d55cd822 100644 --- a/docs/src/operations/v2.0.0/upgrade-from-1.md +++ b/docs/src/operations/v2.0.0/upgrade-from-1.md @@ -5,7 +5,6 @@ icon: update ::: info DSF 2.0.0 This is the first **released version** of the Data Sharing Framework (DSF) 2.0. -Please **do not use this version in production environments**. We kindly invite **all DSF administrators** to test this release on their **staging or test instances** and share their feedback with us through the usual [communication channels](/community/communication#contact-the-team). @@ -220,4 +219,4 @@ To upgrade your DSF databases, you have to stop the application, dump your datab docker compose up -d && docker compose logs -f app ``` -Once you have ensured that DSF is working successfully with the new database, you can remove the dump.sql file and the postgres-data-psql-15 directory. As a precaution, we recommend keeping the postgres-data-psql-15 directory for some time. \ No newline at end of file +Once you have ensured that DSF is working successfully with the new database, you can remove the dump.sql file and the postgres-data-psql-15 directory. As a precaution, we recommend keeping the postgres-data-psql-15 directory for some time. From 452734d1ab99a1df89c456ed883f122e979cc28a Mon Sep 17 00:00:00 2001 From: Maximilian Kurscheidt Date: Tue, 20 Jan 2026 11:56:16 +0100 Subject: [PATCH 2/4] Update upgrade-from-1.md removed warning --- docs/src/operations/v2.0.1/upgrade-from-1.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/operations/v2.0.1/upgrade-from-1.md b/docs/src/operations/v2.0.1/upgrade-from-1.md index 8a5e584a1..a74569110 100644 --- a/docs/src/operations/v2.0.1/upgrade-from-1.md +++ b/docs/src/operations/v2.0.1/upgrade-from-1.md @@ -5,7 +5,6 @@ icon: update ::: info DSF 2.0.1 This is one of the first **released versions** of the Data Sharing Framework (DSF) 2.0. -Please **do not use this version in production environments**. We kindly invite **all DSF administrators** to test this release on their **staging or test instances** and share their feedback with us through the usual [communication channels](/community/communication#contact-the-team). @@ -220,4 +219,4 @@ To upgrade your DSF databases, you have to stop the application, dump your datab docker compose up -d && docker compose logs -f app ``` -Once you have ensured that DSF is working successfully with the new database, you can remove the dump.sql file and the postgres-data-psql-15 directory. As a precaution, we recommend keeping the postgres-data-psql-15 directory for some time. \ No newline at end of file +Once you have ensured that DSF is working successfully with the new database, you can remove the dump.sql file and the postgres-data-psql-15 directory. As a precaution, we recommend keeping the postgres-data-psql-15 directory for some time. From 8c227e483f672cf0930ed6f7dd3f44198935954c Mon Sep 17 00:00:00 2001 From: Maximilian Kurscheidt Date: Wed, 21 Jan 2026 18:16:31 +0100 Subject: [PATCH 3/4] Update upgrade-from-1.md removed info box --- docs/src/operations/v2.0.0/upgrade-from-1.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/src/operations/v2.0.0/upgrade-from-1.md b/docs/src/operations/v2.0.0/upgrade-from-1.md index 5d55cd822..3d587b401 100644 --- a/docs/src/operations/v2.0.0/upgrade-from-1.md +++ b/docs/src/operations/v2.0.0/upgrade-from-1.md @@ -3,14 +3,6 @@ title: Upgrade from DSF 1.9.0 icon: update --- -::: info DSF 2.0.0 -This is the first **released version** of the Data Sharing Framework (DSF) 2.0. - -We kindly invite **all DSF administrators** to test this release on their **staging or test instances** and share their feedback with us through the usual [communication channels](/community/communication#contact-the-team). - -Thank you for helping us improve the DSF! -::: - Upgrading the DSF from 1.9.0 to 2.0.0 involves modifying the docker-compose.yml files and recreating the containers. ::: warning Update to DSF 1.9.0 first From 1eb0cef801651481e721e051d2faeceb8370c320 Mon Sep 17 00:00:00 2001 From: Maximilian Kurscheidt Date: Wed, 21 Jan 2026 18:17:03 +0100 Subject: [PATCH 4/4] Update upgrade-from-1.md removed info box --- docs/src/operations/v2.0.1/upgrade-from-1.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/src/operations/v2.0.1/upgrade-from-1.md b/docs/src/operations/v2.0.1/upgrade-from-1.md index a74569110..ee3636f07 100644 --- a/docs/src/operations/v2.0.1/upgrade-from-1.md +++ b/docs/src/operations/v2.0.1/upgrade-from-1.md @@ -3,14 +3,6 @@ title: Upgrade from DSF 1.9.0 icon: update --- -::: info DSF 2.0.1 -This is one of the first **released versions** of the Data Sharing Framework (DSF) 2.0. - -We kindly invite **all DSF administrators** to test this release on their **staging or test instances** and share their feedback with us through the usual [communication channels](/community/communication#contact-the-team). - -Thank you for helping us improve the DSF! -::: - Upgrading the DSF from 1.9.0 to 2.0.1 involves modifying the docker-compose.yml files and recreating the containers. ::: warning Update to DSF 1.9.0 first