PG-2434 - Add Docker upgrade topic#999
Conversation
This PR mentions the docker upgrade image and instructs the user how to upgrade using this image. Furthermore, major upgrade chapter and docker install chapter will have links to this topic.
|
Hi @Andriciuc - I am pasting detailed steps for doing a Major upgrade from PG 17 -> PG 18. You can use this to add more details to the documentation page. Step 1: Create fresh directories for the old and new PostgreSQL clusters Step 2: Start a PostgreSQL 17 container Step 3: Wait until PostgreSQL finishes initialization Step 4: Connect to PostgreSQL Step 5: Create a test database and some data Step 6: Stop the PostgreSQL 17 container Step 7: Pull the upgrade image Step 8: Run the upgrade Step 9: Start PostgreSQL 18 using the upgraded data directory Step 10: Verify PostgreSQL 18 starts successfully Step 11: Connect to the upgraded cluster Step 12: Verify the upgraded data |
This PR mentions the docker upgrade image and instructs the user how to upgrade using this image. Furthermore, major upgrade chapter and docker install chapter will have links to this topic.