I installed both postgres versions on ubuntu machine with 'apt-get install postgres', which installed both client and server packages. Is that where I made a mistake? ________________________________ Od: David G. Johnston <[email protected]> Odoslané: pondelok 20. marca 2023 14:57 Komu: Dávid Suchan <[email protected]> Kópia: Tom Lane <[email protected]>; Daniel Gustafsson <[email protected]>; [email protected] <[email protected]> Predmet: Re: pg_upgrade Only the install user can be defined in the new cluster
On Monday, March 20, 2023, Dávid Suchan <[email protected]<mailto:[email protected]>> wrote: rolname ----------- anon api heartbeat postgres only the default users.. You have an incorrect concept of default here. Only postgres is installed by community PostgresSQL and thus pg_upgrade is rightfully complaining. David J.
