Re: Empty tablespace directory after restore with psql -d dbname -f dump.sql

2021-05-16 Thread Julien Rouhaud
Le sam. 15 mai 2021 à 01:14, frank picabia a écrit : > > We cancelled a web application upgrade part way through when it was > realized > Postgres needed a version upgrade first. Using the dump file extracted > from > a full dump with pg_dumpall the DB was restored with a line like : > > psql -

Empty tablespace directory after restore with psql -d dbname -f dump.sql

2021-05-14 Thread frank picabia
We cancelled a web application upgrade part way through when it was realized Postgres needed a version upgrade first. Using the dump file extracted from a full dump with pg_dumpall the DB was restored with a line like : psql -d dbname -f dump.sql The file dump.sql was extracted from the full du