Upgrading from 2.4 to 2.9. Need slight assistance on what order to run the final commands & reboot in

Almost complete upgrading from 2.4 to 2.9+.

First I ran:

cd /var/discourse
git pull
./launcher rebuild app

I’m now seeing this, and wondering in which order to run the three commands, and when to reboot the server.

./analyze_new_cluster.sh
./delete_old_cluster.sh
./launcher rebuild app

Also not 100% sure how/when to execute ALTER EXTENSION procedure:

Thank you in advance!

You only need to run

./launcher rebuild app

one more time. Other commands are not required (and won’t work either)

4 Likes

All systems operational, smooth process.
Thank you very much!

3 Likes

You might have a look at PostgreSQL 13 update

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.