Backup and Restore Postgresql

Indeed as you can see your DB name is reach6 (not reach6-db). Your backup command should be:

pg_dump -p 15432 -h localhost -U postgres -W -c -f flyback.bak -d reach6
1 Like