Question: EDB Postgres Advanced Server supports SQL dump backups. You have configured a nightly backup of a database in plain SQL dump format. Due to a
EDB Postgres Advanced Server supports SQL dump backups. You have configured a nightly backup of a database in plain SQL dump format. Due to a database corruption, you need to restore your database using the SQL dump backup. Which of the following is a valid edb-psql command? Answers: edb-psql -f sqldumpfilename --all -d databasename -U username edb-psql -f sqldumpfilename --tuples -d databasename -U username edb-psql -f sqldumpfilename -1 -d databasename -U username edb-psql -f sqldumpfilename -quiet -d databasename -U username
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
