Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions docs/src/operations/v2.0.0/upgrade-from-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.
11 changes: 1 addition & 10 deletions docs/src/operations/v2.0.1/upgrade-from-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.