I am following the docs for restoring a postgres database from a backup here.
I have tried running the specified command from a psql window in pgadmin as well as using the restore option through the pgadmin UI. Neither option is working currently.
When I use the command from a psql window I receive no output but I am unable to query the database as I would expect afterwards. When I attempt to “restore” through the pgadmin UI, using the unzipped sql.gz file I downloaded from the render recovery page, I get an error saying pg_restore: error: input file appears to be a text format dump. Please use psql.
Any help would be greatly appreciated.
Thank you!