How to upgrade postgresql database from 10 to 12 without losing data for openproject
A) First create a backup of all the databases for that (You can continue from B if you dont need a backup) Log in as postgres user sudo su postgres Create a backup .sql file for all the data you have in all the databases pg_dumpall > backup.sql B) Upgrade to PostgreSQL12 update packages and … Read more