Kloadut/dokku-md-plugin

Can't create mariadb container, mv to /vfs/dir/mariadb-$APP gets denied

Closed this issue · 2 comments

mv: accessing ‘/var/lib/docker/vfs/dir/mariadb-test’: Permission denied

seems like a permissions issue, tried changing around some permissions on the filesystem but couldn't get it to work

Mmm, yes it needs some sudo prepeding. Meanwhile try to run dokku mariadb:create as root

Fixed as of 120381c