Document config files

This commit is contained in:
Josh
2017-03-21 19:45:37 -04:00
committed by GitHub
parent 3d9fa6af9f
commit 78e0e86a41

View File

@@ -239,3 +239,18 @@ dokku postgres:backup-schedule lolipop CRON_SCHEDULE BUCKET_NAME
# remove the scheduled backup from cron # remove the scheduled backup from cron
dokku postgres:backup-unschedule lolipop dokku postgres:backup-unschedule lolipop
``` ```
## Postgres Configuration
If you wish to tune the postgres instances various .conf files, you can find them by using the postgres:info command.
> BEWARE: The earlier documentation tries to mislead you. You will find the config files in the data directory __not__ the config directory.
```shell
dokku postgres:info lolipop
# or
dokku postgres:info lolipop --data-dir
```