To restore the database gzip file to a database,
gunzip < backup_database.sql.gzip | psql -d <db_name>
if you want to restore from .sql file then
psql -d new_database_name -f /path/to/your/sql/file.sql
To restore the database gzip file to a database,
gunzip < backup_database.sql.gzip | psql -d <db_name>
if you want to restore from .sql file then
psql -d new_database_name -f /path/to/your/sql/file.sql
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Pavol Z. Kutaj -
Juan Blasco -
JetThoughts Dev -
DPC -
Top comments (0)