← all formulas
pgcopydb
Copy a Postgres database to a target Postgres server
- Version
- v0.17
- License
- PostgreSQL
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install pgcopydbCaveats
Pgcopydb searches for PostgreSQL command-line tools in your system's PATH environment variable.
To use a specific PostgreSQL version's command-line tools, ensure they are accessible in your PATH.
When no PostgreSQL tools are found in PATH, pgcopydb defaults to using the command-line tools provided by the libpq formula.