We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
docker-compose-staging.yml
db
web
bundle exec cap staging deploy
What happens:
ERROR 2003 (HY000): Can't connect to MySQL server on 'db' (111)
What should happen: no error should be thrown.
The text was updated successfully, but these errors were encountered:
Cause (from container log):
03 db_1 | InnoDB: Unable to lock ./ibdata1, error: 11
meaning that database is locked against external modifications by 3rd parties incl. new container.
Not reproducible on PostgreSQL.
Sorry, something went wrong.
Add MariaDB to supported databases
1162e35
As by fix to #25
5ca8d71
ain
No branches or pull requests
Steps to reproduce:
docker-compose-staging.yml
with MySQL container running asdb
service and web server service asweb
web
containerbundle exec cap staging deploy
What happens:
What should happen: no error should be thrown.
The text was updated successfully, but these errors were encountered: