Skip to content

Lando MySQL connection does not persist between stop/start of containers #95

Description

@jlundoe

If I use Lando default config (e.g. lando init), ".lando.yml" looks like this:

name: wp-app
recipe: wordpress
config:
  webroot: .

Everything works on first containers running.
But after lando stop and lando start, the data from MySQL does not persist.

If I add database: mysql to the ".landa.yml":

name: wp-app
recipe: wordpress
config:
  webroot: .
  database: mysql

The data persist between container stop/start.

Am i missing something obvious or is this a bug?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions