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

a redis plugin for dokku

Results 38 dokku-redis issues
Sort by recently updated
recently updated
newest added

Bumps redis from 7.0.2 to 7.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis&package-manager=docker&previous-version=7.0.2&new-version=7.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Exporting a database which has tables using binary columns results in the following: ``` INSERT INTO `table` VALUES ('f43f8ec9','Development','\�\��;\�C����:\�\�'... ``` Adding `--hex-blob` flag to mysqldump produces a correct export. Please...

type: enhancement
type: service

## Description of problem I followed the backup and restore options to move my dokku installation to a new server. When I attempted to `dokku rebuild:all` it failed because the...

type: service

I was instructed to file an issue here on the dokku slack channel. If the services linked to a dokku app are not running, building the app will fail with...

type: enhancement
type: service

When I use rejson, I have problem starting server. ```bash export REDIS_IMAGE="redislabs/rejson" export REDIS_IMAGE_VERSION="1.0.4" ``` After this I create redis DB. ```bash dokku redis:create test-db ``` What happens next is...

type: bug

It would be nice if you guys add `mariadb:reset` which drops all tables but keeps all the linked applications.

type: enhancement
type: service

## Description of problem `dokku mysql:create mysql` creates a service, but also a database `mysql` with a bunch of tables in them ### Steps to Reproduce `dokku mysql:create mysql` It...

type: bug
type: service
difficulty: easy

# Description of problem If an error occurs when the backup cron job runs, I would like to be informed so that I know backups are not working. ## Expected...

type: enhancement
type: service

There is a brief mention of minio in the readme, but I'm not clear it's possible to use Digital Ocean (DO) spaces or other s3 compatible hosts right now. Having...

type: documentation
type: service