May 2019
Intermediate to advanced
600 pages
20h 46m
English
Recreate the database in the original server. This can be executed remotely without needing to transfer dump files between systems, as shown here, where we must create the empty database first:
createdb -h myhost myfreshdbpsql -h myhost -f myscriptdump.sql myfreshdb
Read now
Unlock full access