# PostgreSQL

# Backup

pg_dump dbname > outfile

# Restore

psql dbname < infile