it the import (psql..) prints errors while importing the database, what you have is/will be a corrupted database. Somebody tried with 10.5 and failed.
You are viewing a single comment's thread from:
it the import (psql..) prints errors while importing the database, what you have is/will be a corrupted database. Somebody tried with 10.5 and failed.
That is also something I noticed. I dumped my previously synced database before importing.
Yeah, you need postgresql 10.6 :)
Seems like it. I was running 11.1 and hoped it would work out fine. But then it aborted with an error at 120GB size.
For everyone looking at the same, verifying by running
SELECT version();
helps to see which version is currently in use