SyntaxFix
Write A Post
Hire A Developer
Questions
pg_dump the_db_name > the_backup.sql
Then copy the backup to your development server, restore with:
psql the_new_dev_db < the_backup.sql