Skip to content

MariaDB 10.11.7 Service incompatible with Sandbox mode from 10.11.8+ #25

@inversed

Description

@inversed

It looks like, right now, requesting the MariaDB 10.11 service is bringing in version 10.11.7. However, version 10.11.8 (and a variety of other versions) introduced a new feature that adds a comment to the DB dump file if using sandbox mode on the server (for example, when exporting from platform.sh or similar).

The comment looks like this:

/*!999999\- enable the sandbox mode */

Documentation

The fix is pretty much either:

  • Update your MariaDB
  • Or delete the line from the SQL dump (manually or in your workflow)

In the interim, what would be the best approach to updating the service version ahead of an official updated release of Docksal's mariaDB 10.11 service?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions