it's fucking retarded that postgresql isn't able to migrate their own fucking data -inplace- on major upgrades..
fuck this pos software
how i upgrade all of my docker services (including non-postgres-databasesystems)
$ docker compose pull && docker compose up -d
easy...
postgres is the only piece of shit software that has me manually copying data around..
https://hedgedoc.satoshishop.de/ZHpbTrZTSAWVvU9WIpC42A?view
total fucking waste of time.
"Postgres changes the binary format between major releases."
so what? every developer has to deal with this..write migration scripts and ship it with your upgrades..this is NOT a user problem.
"You're supposed to be conservative about migrating."
yeah..people stop fucking upgrading and run decades old software..really great strategie.