Re: pg_upgrade 9.5.1: pg_upgrade_support missing
От | schoetbi |
---|---|
Тема | Re: pg_upgrade 9.5.1: pg_upgrade_support missing |
Дата | |
Msg-id | 1456993864762-5890380.post@n5.nabble.com обсуждение исходный текст |
Ответ на | Re: pg_upgrade 9.5.1: pg_upgrade_support missing (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-general |
Hello, I tried to delete all binary_upgrade schematas using this: $ psql -tc "SELECT datname FROM pg_database" -U postgres -p 5433 | xargs -I {} psql -d {} -U postgres -p 5433 -tc "drop schema if exists binary_upgrade cascade;" But got this: output is not a tty So I got the dblist from pgadmin and saved to file: That worked: $ cat dblist.txt | xargs -I {} psql -d {} -U postgres -p 5433 -tc "drop schema if exists binary_upgrade cascade;" pg_upgrade succeeded with the step: Checking for presence of required libraries ok But then I got: Checking database user is the install user Only the install user can be defined in the new cluster. Failure, exiting But this is the next story ;-) I can assure that deleting the schematas from the source db solves my initial problem. Thanks for your help, Tobias Schönit -- View this message in context: http://postgresql.nabble.com/pg-upgrade-9-5-1-pg-upgrade-support-missing-tp5890202p5890380.html Sent from the PostgreSQL - general mailing list archive at Nabble.com.
В списке pgsql-general по дате отправления: