May 2018
Intermediate to advanced
576 pages
30h 25m
English
Recreate the database in the original server. This can be executed remotely without needing to transfer the dumpfile between systems, as shown here, where we must create the empty database first:
createdb -h myhost myfreshdbpsql -h myhost -f myscriptdump.sql myfreshdb