Stack postgres com Postgresql e PGbouncer
10K+
Requirements:
/stack.Run:
sudo docker run --rm --pull always \
-v /your/path/to/install/postgresql-stack:/stack \
nextstage/stack-postgresql
Notes:
postgres and replicator.After installation, use scripts in /scripts:
/scripts/_init.sh: loads shared shell helper functions./scripts/dump.sh: creates backup dumps with pg_dump./scripts/start.sh: starts the stack with required permissions and compose setup./scripts/createDatabaseAndUser.sh: creates a new database and user./scripts/menu.sh: opens an interactive menu with available container scripts./scripts/menu.sh <optional_param>: runs one embedded script directly (parameter = script name without .sh).
addReadonlyUser, auditTriggerCreator, changePasswordUser, createDatabase, dropUser, duplicate, grantAllOnTablespaceIndexes, healthcheck, install-pgai, moveIndexesToTablespace, promoteToMaster, reloadConfig, replicatorCreateOrUpdateUser, restoreOriginalConfig.Content type
Image
Digest
sha256:da7ad777c…
Size
3.3 MB
Last updated
8 days ago
docker pull nextstage/stack-postgresql