|
|
|
|
|
by ComputerGuru
1859 days ago
|
|
One thing is that Postgres doesn’t let you just upgrade to a new major version, as it doesn’t update the format of the on-disk binary database files; you must replicate from an existing node or dump/restore. MySQL upgrades the previous version when a new version is installed (which can cause problems, but is certainly “easier”). |
|
[0] https://www.postgresql.org/docs/current/pgupgrade.html