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
If I use Lando default config (e.g. lando init), ".lando.yml" looks like this:
lando init
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.
lando stop
lando start
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?
The text was updated successfully, but these errors were encountered:
That shouldn't make a difference. The data should persist. Are you running the latest version of Lando and the Wordpress plugin?
Sorry, something went wrong.
Yes, running the latest version of Lando.
Lando: 3.20.8 Wordpress: 6.7.1 Docker Desktop (MacOS): 4.37.2
No branches or pull requests
If I use Lando default config (e.g.
lando init
), ".lando.yml" looks like this:Everything works on first containers running.
But after
lando stop
andlando start
, the data from MySQL does not persist.If I add database: mysql to the ".landa.yml":
The data persist between container stop/start.
Am i missing something obvious or is this a bug?
The text was updated successfully, but these errors were encountered: