pg_upgrade - Mailing list pgsql-bugs

From Tomasz Szypowski
Subject pg_upgrade
Date
Msg-id CACmJi2JUhGo2ZxqDkh-EPHNjEN1ZA1S64uHLJFWHBhUuV4492w@mail.gmail.com
Whole thread Raw
Responses Re: pg_upgrade  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-bugs by date:

Previous
From: Stephen Frost
Date:
Subject: Re: BUG #15690: PostgreSQL integration with AD via LDAP and specialcharacters in the password
Next
From: PG Bug reporting form
Date:
Subject: BUG #15700: PG 10 vs. 11: Large increase in memory usage when selecting BYTEA data (maybe memory leak)