titoausten commented on issue #1032: URL: https://github.com/apache/age/issues/1032#issuecomment-1643555020
Before **restoring** the database, I think you should create a destination database using `createdb` and provide the path when restoring like so: ``` pg_restore -U postgres -d <destination_dbname> /<path>/<dump_filename> ``` You can check the contents of the dump file if accurate as this might be an issue using `pg_restore -l /<path>/<dump_filename>`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
