Re: Upgrading PostgreSQL under Windows

Поиск
Список
Период
Сортировка
От Arnaud L.
Тема Re: Upgrading PostgreSQL under Windows
Дата
Msg-id 3234d269-d486-b010-e880-a3eb20853339@codata.eu
обсуждение исходный текст
Ответ на Upgrading PostgreSQL under Windows  ("Kumar Prince NCS" <kumar.prince@ncs.com.sg>)
Ответы Re: Upgrading PostgreSQL under Windows  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
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

Regards
--
Arnaud



В списке pgsql-general по дате отправления:

Предыдущее
От: Prakash Ramakrishnan
Дата:
Сообщение: Re: plctl extension issue postgresql 11.2
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Upgrading PostgreSQL under Windows