File: dump-schema.rst

package info (click to toggle)
pgcopydb 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 30,636 kB
  • sloc: ansic: 217,474; sql: 1,654; sh: 812; makefile: 365; python: 94
file content (12 lines) | stat: -rw-r--r-- 510 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
::

   pgcopydb dump schema: Dump source database schema as custom files in work directory
   usage: pgcopydb dump schema  --source <URI> 
   
     --source             Postgres URI to the source database
     --target             Directory where to save the dump files
     --dir                Work directory to use
     --skip-extensions    Skip restoring extensions
     --filters <filename> Use the filters defined in <filename>
     --snapshot           Use snapshot obtained with pg_export_snapshot