Skip to content

Commit b03401b

Browse files
committed
Update "Upgrade guide"
1 parent dc156cb commit b03401b

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/GreedyBear/UpgradeToV2.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Upgrade GreedyBear 1.x to 2.x
2-
For the upgrade from GreedyBear 1.x to 2.x manual intervention is required, because the underlying PostgreSQL version changed from 13 to 18. If you follow this guide carefully, you should not lose any data in the process. However, it is **strongly recommended** to backup your system before performing the update.
1+
# Upgrade from GreedyBear 1.x
2+
For the upgrade from GreedyBear 1.x manual intervention is required, because the underlying PostgreSQL version changed from 13 to 18. This guide applies whether you are upgrading to 2.x, 3.x, or any later version — the process is the same. It is recommended to always upgrade directly to the most current version.
3+
4+
If you follow this guide carefully, you should not lose any data in the process. However, it is **strongly recommended** to backup your system before performing the update.
35

46
## Prerequisites
57
- GreedyBear 1.x running with PostgreSQL 13
@@ -21,8 +23,8 @@ For the upgrade from GreedyBear 1.x to 2.x manual intervention is required, beca
2123
12. Stop the intermediary container: `docker container stop greedybear_postgres`
2224
13. Remove the intermediary container: `docker container rm greedybear_postgres`
2325
14. Return to the root folder: `cd ..`
24-
15. Update GreedyBear to version 2.x following your standard update procedure
25-
16. Start GreedyBear 2.x: `docker compose up`
26+
15. Update GreedyBear to the latest version following your standard update procedure
27+
16. Start GreedyBear: `docker compose up`
2628

2729
## Verification & Cleanup
2830
- After completing the upgrade, verify that all containers are running: `docker compose ps`

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ nav:
2121
- GreedyBear:
2222
- Introduction: "GreedyBear/Introduction.md"
2323
- Installation: "GreedyBear/Installation.md"
24-
- Upgrade to 2.x: "GreedyBear/UpgradeToV2.md"
24+
- Upgrade from 1.x: "GreedyBear/UpgradeToV2.md"
2525
- Usage: "GreedyBear/Usage.md"
2626
- Contribute: "GreedyBear/Contribute.md"
2727
- API docs: "GreedyBear/Api-docs.md"

0 commit comments

Comments
 (0)