Jan Engelhardt schrieb:
It's 2021. mysql just autoupgrades its tables (did so for years).
MySQL may. PostgreSQL actually doesn't and AFAIK has a behavior very similar to what we see here with OpenLDAP, just that you actually can have both versions installed and then run a command that does an in-place upgrade from one to the other by somehow using both binaries. And yes, that behavior of not upgrading automatically can be a PITA, I run multiple Postgres docker containers for work and the upgrade story there is just the same as proposed here - export all data from the old version, then import into the new one. So, it's not like all major software other than OpenLDAP would auto-upgrade - though I agree that it would be nice if that was the case. KaiRo