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

WordPress stack database deployment naming problems #107

Open
esackbauer opened this issue May 19, 2019 · 1 comment
Open

WordPress stack database deployment naming problems #107

esackbauer opened this issue May 19, 2019 · 1 comment

Comments

@esackbauer
Copy link

When I deploy the first WordPress stack "name1", the Database volume is called "db_data", but it should be named "name1_db_data" according to the naming conventions of the rest of the stack.
When I deploy a second WordPress stack "name2", the database volume of the new container "name2_db_1" points to that same volume "db_data" and an empty unused volume correctly named "name2_db_data" is created.

@trydalch
Copy link

trydalch commented Aug 7, 2020

I'm also experiencing this issue. Was exposed when I attempted to deploy multiple wordpress stacks and they all tried to use the same volume, even though volumes were created using the correct name.

It's an easy fix. Just enter the site_db container, click duplicate/edit, and then update the volume to the correct one and deploy the container and select replace when prompted.

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

No branches or pull requests

2 participants