pg restore

From wikieduonline
Jump to navigation Jump to search

pg_restore doc

Examples[edit]

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

Errors[edit]

could not open input file

Related[edit]

See also[edit]

Advertising: