Last active 3 months ago
This gist provides contextual copy paste options for Distribution upgrades with installed Zammad and PostgreSQL for Debian (10, 11, 12) and Ubuntu (18, 20, 22). Video context to this: https://youtu.be/IXp4VWU27wo
0
0
8
| 1 | # The following action is NOT reversible but is significantly faster. |
| 2 | # Use at own descression - replace oldversion with your old version and newversion with your new version |
| 3 | |
| 4 | pg_upgradecluster --method=upgrade --link <oldversion> main /var/lib/postgresql/<newversion>/main/ |