You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GreedyBear/UpgradeToV2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ For the upgrade from GreedyBear 1.x to 2.x manual intervention is required, beca
18
18
9. Delete the PostgreSQL 13 data volume: `docker volume rm greedybear_postgres_data`
19
19
10. Start an intermediary PostgreSQL 18 container: `docker run -d --name greedybear_postgres -v greedybear_postgres_data:/var/lib/postgresql/data/ --env-file env_file_postgres library/postgres:18-alpine`
20
20
11. Wait a few seconds for the container to be ready, then restore the database: `cat greedybear_dump.sql | docker exec -i greedybear_postgres psql -U user -d greedybear_db`
21
-
12. Stop the intermediary container: `docker container stop greedybear_postgres`
21
+
12. Stop the intermediary container: `docker container stop greedybear_postgres`
22
22
13. Remove the intermediary container: `docker container rm greedybear_postgres`
23
23
14. Return to the root folder: `cd ..`
24
24
15. Update GreedyBear to version 2.x following your standard update procedure
0 commit comments