dokku-md-plugin
dokku-md-plugin copied to clipboard
MariaDB plugin for Dokku
I try to install this plugin. After I enter > dokku plugins-install I get this error message: open /var/lib/dokku/plugins/available/mariadb/plugin.toml: no such file or directory open /var/lib/dokku/plugins/available/md-plugin/plugin.toml: no such file or...
The latest Dokku changed command format.
Adding plugin.toml gets rid of 'file not found' errors during dokku deploys
I am getting this when running: "dokku mariadb:create appname" ``` -----> Running pre-flight checks CHECKS file not found in container: running simple container check... -----> Waiting for 35 seconds ......
Followed the instruction and I'm getting the following error when running "plugins-install": The command [/bin/sh -c LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y mariadb-server-5.5] returned a non-zero code: 100 I am trying...
After a crash of the host machine, my mariadb instances are crash. I can't connect with mariadb:console, I just get the following error. ``` ERROR 2013 (HY000): Lost connection to...
I can't seem to get it working at all `docker info` Containers: 23 Images: 56 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Dirs: 102 Execution Driver: native-0.2 Kernel Version: 3.13.0-40-generic Operating...
Fixed issue where console and dump only worked if the mariadb container matched a dokku instance. Instead of checking for $APP existing, I check for $DOKKU_ROOT/.mariadb/pwd_$APP like the info command...
_I hadn't noticed this before I upgraded to Ubuntu 14.04, but I can't say for sure it wouldn't have happened before._ When I stop and start a docker container (like...