Am Mittwoch, 14. April 2021, 17:36:19 CEST schrieb Christoph Berg: > Re: Johannes Ranke > > > > Everything should be detailed in > > > /usr/share/doc/postgresql-common/README.Debian.gz. > > > > How about inserting a pointer to this (very helpful and carefully > > prepared) > > document in the release notes under 5.3? I think it is important for > > administrators to be aware that psql and the commands handled by > > pg_wrapper > > will not "just work" after the upgrade. > > If you run pg_upgradecluster properly, it will flip the ports used so > "psql" will continue to work for the upgraded cluster on port 5432.
For me, a sentence in the bullseye release notes that I need to run pg_upgradecluster and a pointer to the README would have been very helpful in the upgrade process, as I did not anticipate that I need to do something regarding postgres. Anyways, many thanks for your excellent work on this, Johannes > > Christoph