dokku-redis
dokku-redis copied to clipboard
a redis plugin for dokku
# feature request Provide the ability to view logs generated from backup-schedule jobs ## Description of problem No logs generated from backup-schedule command make it difficult to troubleshoot and monitor.
> If you're using Dokku - especially for commercial purposes - consider donating to project development via [OpenCollective](https://opencollective.com/dokku) or [Patreon](https://www.patreon.com/dokku). Funds go to general development, support, and infrastructure costs. >...
In order to fix #94 and finalize #122 this PR tracks the progress.. From what i've seen this seems right... @josegonzalez what'd you think?
Rather than have a bunch of semi-related issues open, I'll open a single issue to track the various flags we want to add: # Creation Flags - dokku/dokku-mongo#37 - dokku/dokku-postgres#61...
I would like to set up multiple backups, for example: - 15 minute backups to Bucket A - Daily backups to Bucket B - Monthly backups to Bucket C So...
`dokku postgres:create` with mdillon/postgis image takes more than a 30s on a weak server and fails with "ERROR: Unable to connect" message. I forked dokku-postgres and [increased the timeout](https://github.com/johnspade/dokku-postgres/commit/7a9ddf48d258191ab4a09a00124940a4bf1066a9) to...
Currently running an export command requires a redirect: `dokku redis:export lolipop > lolipop.rdb` However, when running the command via SSH, it is not possible to redirect to the host server,...
_From @ezzarghili on December 10, 2017 23:25_ The DATABASE_URL for the dokku postgres add-on follows the below convention ```bash postgres://:@:/ ``` However the Postgres JDBC driver uses the following convention:...
While I was trying to setup our dokku powered application with redis, I set up manually `REDIS_URL` config variable for our app (I was creating staging env, replicating setup from...
Hi, I'm really happy with the (auto-)backup feature to S3. I"d like to suggest an option that you can set a fixed "object key name" (instead of an object key...