PostgreSQL PGCES-02 Exam - Topic 4 Question 100 Discussion
I would like to restore the database cluster from the "db1.dump" backup file. Select the correct command from below. (Note: "postgres" is the superuser)
D) psql -U postgres -f db1.dump db1
A) pg_restore -U postgres -f db1.dump db1
B) pg_dump --restore db1 < db1.dump
C) pg_dump -U postgres --restore db1 < db1.dump
E) pg_resetxlog -U postgres db1 < db1.dump
Diego
Lindsey
5 days agoChristene
10 days agoJennie
15 days agoErnest
2 months ago