python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error: Consult the last few lines of "pg_upgrade_dump_1.log"
I wanted to ugrade my postgresql database from v10 to v14
I have run these commands in windows command prompt:
C:\Users\mahajan>CD C:\Program Files\PostgreSQL\14\bin
C:\Program Files\PostgreSQL\14\...
mahajan
Votes: 0
Answers: 1
pg_upgrade from Postgresql-12 to Postgresql-13 fails with "Creating dump of database schemas postgres *failure*"
I've been stuck with this problem for more than a week now, and I hope someone could help me out here.
I was running Postgresql 12 with PostGIS extension. I am trying to use the pg_upgrade function to...
CHOWY
Votes: 0
Answers: 1
pg_upgrade failure while upgrading from v11 to v14
I am using pg_upgrade to move data from v11 to v14, but it is failing because of one database.
Before running upgrade I use to check the cluster compatibility, which seems well. below is log.
pg_upgra...
Alpha Geek
Votes: 0
Answers: 0