I've encountered following error message when I'm trying to import a postgres dump file to Google Cloud SQL.
The input is a PostgreSQL custom-format dump. Use the pg_restore command-line client to restore this dump to a database. This may take a few minutes. While this operation is running, you may continue to view information about the instance.
Please let me know how to import a postgres dump file (which is hosted on Google Cloud Storage) to Google Cloud SQL?
pg_restore
?.. – Echolocationpg_restore -d my_new_database temp.sql
where to put temp.sql in google cloud storage and how to include likes3://asdfafasfa
something like – Genital