| From: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
|---|---|
| To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Upgrading PostgreSQL under Windows |
| Date: | 2019-03-27 13:51:38 |
| Message-ID: | ce518e4f-3afd-68de-a301-de9007e11861@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Arnaud L. schrieb am 27.03.2019 um 14:00:
> Le 27/03/2019 à 07:02, Kumar Prince NCS a écrit :
>> We are Upgrading PostgreSQL under Windows from v9.3 to 9.5. Following steps from https://www.postgresql.org/docs/10/pgupgrade.html
>>
>> We are using PostgreSQL database for confluence application.
>>
>> While running Step 9 , there is command to set path with postgres user. As per installation of postgres database , we haven’t created “postgres” user on windows.
>>
>> When we ran pg_upgrade.exe we are getting below error
>
> You need to specify the user used for migration with the appropriate command line option, for instance "-U postgres".
> Othewise pg_upgrade will try to connect with your OS username, which obviously won't work.
>
> Since you can't specify a password in pg_upgrade's command, you will also need to provide authentication informations in a pgpass.conf file as per https://www.postgresql.org/docs/9.5/libpq-pgpass.html
I typically set the connection method to "trust" in both pg_hba.conf files before starting pg_upgrade.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2019-03-27 14:09:00 | Re: plctl extension issue postgresql 11.2 |
| Previous Message | Arnaud L. | 2019-03-27 13:00:28 | Re: Upgrading PostgreSQL under Windows |