79724661

Date: 2025-08-04 09:00:23
Score: 1
Natty:
Report link

take Backup into .psql format as

pg_dump -d database_name -U username -f /tmp/filename.psql -h localhost -port 5432

and restore this file using command as

psql -d database_name -U username -f /tmp/backup_file.psql

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bimal Rai