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

Add native support for a Magento 2 environment with a split database #5

Merged
merged 4 commits into from
Sep 24, 2019

Conversation

navarr
Copy link
Member

@navarr navarr commented Jul 25, 2019

By adding WARDEN_SPLITDB=1 to the .env file, Warden will now properly configure and spin-up a split database system for Magento 2

After merge, two new .env variables will exist:

  • WARDEN_SPLIT_SALES - when set to 1 will automatically created a salesdb host, with the same magento user/password/dbname
  • WARDEN_SPLIT_CHECKOUT - when set to 1 will automatically create a checkoutdb host, with the same magento user/password/dbname

These two variables can be used independently or together in order to create a split-database environment.

@davidalger davidalger changed the base branch from master to develop September 24, 2019 01:09
davidalger added a commit that referenced this pull request Sep 24, 2019
@davidalger davidalger merged commit 0e8a15a into wardenenv:develop Sep 24, 2019
navarr pushed a commit to navarr/warden that referenced this pull request Jan 18, 2022
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.

2 participants