pg_upgrade

From: Tomasz Szypowski <tomasz(dot)szypowski(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: pg_upgrade
Date: 2019-03-18 05:01:54
Message-ID: CACmJi2JUhGo2ZxqDkh-EPHNjEN1ZA1S64uHLJFWHBhUuV4492w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

while using pg_upgrade I receive an error:

pg_restore: dropping DATABASE template1
pg_restore: [archiver (db)] Error while PROCESSING TOC:
pg_restore: [archiver (db)] Error from TOC entry 1955; 1262 1 DATABASE
template1 postgres
pg_restore: [archiver (db)] could not execute query: ERROR: cannot drop a
template database
Command was: DROP DATABASE "template1";

I have seen, that template-databases can not be dropped. Is it a bug in
pg_upgrade or am I doing something not properly?

regards
Thomas Szypowski

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mithun Cy 2019-03-18 07:04:18 Re: BUG #15641: Autoprewarm worker fails to start on Windows with huge pages in use Old PostgreSQL community/pgsql-bugs x
Previous Message Stephen Frost 2019-03-18 04:33:56 Re: BUG #15690: PostgreSQL integration with AD via LDAP and special characters in the password