Closed kallewesterling closed 5 months 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
This line in the macOS instructions causes an error:
The error reported:
Solution: