Database -
pg_restore
12 Jun 25
restore a database
ensure the database is created (or cleaned out if already exists)
rails db:setup
example syntax (no-owner, clean just avoid authorisation errors)
pg_restore --no-owner --clean -d bridge-scores-development latest.dump