edwardchalstrey1 / seshat

This is the beginning of the Seshat Project code.
0 stars 2 forks source link

Switch from pg_restore to psql in macOS instructions #160

Closed kallewesterling closed 1 week ago

kallewesterling commented 3 weeks ago

This line in the macOS instructions causes an error:

$ pg_restore -U postgres -d <seshat_db_name> /path/to/file.dump

The error reported:

pg_restore: error: input file appears to be a text format dump. Please use psql.

Solution:

psql <seshat_db_name> < /path/to/file.dump