-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot mount mariadb volume #51
Comments
Have you tried googling? Looks like docker-library/mysql#345 (comment) |
@csandanov yes, I've tried googling the issue. Frankly I don't have time on my hands to post a github issue every time something's not running – I'm on Linux, after all … ;-) Thanks for digging it out anyway! Any other suggestions? |
Your log output looks like a known issue with mariadb bind mounts described in the readme of https://github.com/wodby/mariadb. But this is a windows/macos issue. Since you're on linux perhaps there's something specific about your host disk mount where you bind mounts located. Try searching under https://github.com/wodby/docker4drupal/issues (I remember seeing something similar) or maybe MariaDB/mariadb-docker#95 has a working solution |
Hi,
I'm trying to create a bind mount to persist mariadb data on my host. Having this in my mariadb service definition in docker-compose.yml:
I created the folder
db-volume-data
in the root directory. mariadb containers fails with the following error:Happens for both vanilla installs and mounted wordpress. I'm on Linux Mint 18.3, which is based on Ubuntu 16.04. Even tried to slap a 777 on the
db-volume-data
folder, did not help.Any insights here would be greatly appreciated, as this problem renders your (very promising-looking!) product useless. I don't want to lose my data every time I
docker-compose down
…Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: