Skip to content
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

Solve mariabackup-fails-on-docker-toolbox problem #1375

Merged
merged 4 commits into from Jan 14, 2019

Conversation

rfay
Copy link
Member

@rfay rfay commented Jan 12, 2019

The Problem/Issue/Bug:

Our latest db container is built with mariadb 10.2.19. And it doesn't work at all with docker toolbox on ddev restore-snapshot (or perhaps snapshot creation?)

See logs : https://gist.github.com/rfay/743377f93424b0f19df09cbfdae64e32

How this PR Solves The Problem:

  • The latest push of our container got a 4-patch-upgrade from mariadb 10.2.15 (on v1.5.1) to 10.2.19. It does seem to me that the behavior of mariabackup changed, and that we have to add --skip-innodb-use-native-aio ; native aio is apparently the default now, although I don't see that in the changelog.
  • Pin the version of mariadb installed in the container so hopefully this kind of thing won't happen to us in the future.

Manual Testing Instructions:

Use ddev snapshot and ddev restore-snapshot on Docker Toolbox.

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay self-assigned this Jan 12, 2019
@rfay rfay added this to the v1.6.0 milestone Jan 12, 2019
@rfay rfay changed the title Solve mariadb-fails-on-docker-toolbox problem Solve mariabackup-fails-on-docker-toolbox problem Jan 13, 2019
@rfay rfay merged commit 263dd48 into ddev:master Jan 14, 2019
@rfay rfay deleted the 20190111_fix_toolbox_db_fail branch January 14, 2019 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants