dokku-postgres icon indicating copy to clipboard operation
dokku-postgres copied to clipboard

a postgres plugin for dokku

Results 33 dokku-postgres issues
Sort by recently updated
recently updated
newest added

## Description of problem `dokku postgres:create` creates the docker container, runs well together with an app but the database is not created automatically. I mentionned it first here https://github.com/dokku/dokku/issues/4974#issuecomment-1077580323 ###...

## Description of problem It would be nice to have an option for not restarting the app in `dokku postgres` commands. The `--no-restart` argument to prevent restarting the app is...

Postgres is constatnly in `running` state ``` =====> clippost_db postgres service information Config dir: /var/lib/dokku/services/postgres/clippost_db/data Config options: Data dir: /var/lib/dokku/services/postgres/clippost_db/data Dsn: postgres://postgres:5e864d922777139cfad4ad29c52cbd20@dokku-postgres-clippost-db:5432/clippost_db Exposed ports: - Id: 6978fec18661d80586eed441c33ba0a7a43d6cd80e8d4e810104673df22f81b7 Internal ip: Links:...

See #141. Use `dropdb` and `createdb` to mimic Heroku’s `pg:reset` command. Pass `--force` to skip confirmation prompt.

`dokku postgres:backup-auth` creates world-readable files. I think `AWS_SECRET_ACCESS_KEY` should not be world-readable at least. ```console vagrant@dokku:~$ dokku postgres:backup-auth lolipop MINIO_ACCESS_KEY_ID MINIO_SECRET_ACCESS_KEY us-east-1 s3v4 https://YOURMINIOSERVICE vagrant@dokku:~$ ls -al /var/lib/dokku/services/postgres/lolipop/backup/ total 28...

## Description of problem I tried to postgres:upgrade to a specific image that contains PostGIS, but it didn't seem to work. [Here's](https://gist.github.com/iandees/79cc6a94e7a84a1bbccfcd510961d4dd) the trace when it happened. This seems to...

## Description of problem Database is not created ### How reproducible always with `--custom-env "LC_ALL=C` args ### Steps to Reproduce 1. ` dokku postgres:create test-db-2 --custom-env "LC_ALL=C` 2. `dokku postgres:info...

type: enhancement

:sparkles: Allow specifying DB for export :sparkles: Actually clone the service, not just the SERVICE_NAME DB See #180