Difference between revisions of "Pg restore"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
  
  pg_restore --jobs="${numcores}" --format=directory [[--dbname]]=cexplorer "${tmp_dir}/db/"
+
  pg_restore --jobs="${numcores}" --format=directory [[--dbname]]=[[cexplorer]] "${tmp_dir}/db/"
  
  

Revision as of 13:08, 3 May 2023


pg_restore --jobs="${numcores}" --format=directory --dbname=cexplorer "${tmp_dir}/db/"


cat filename.tgz | tar -xzOf - path/to/filename.backup | pg_restore -U username -d databasename


cat filename.tgz | tar -xzO path/to/filename.backup | pg_restore -U username -d databasename


pg_restore --help

Related

See also

Advertising: