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..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,15 +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. -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). - -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 @@ -220,4 +211,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. 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..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,15 +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. -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). - -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 @@ -220,4 +211,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.