How do you keep EAV attributes synced across different environments (local/dev/staging/production)? #2077
Unanswered
elidrissidev
asked this question in
Questions & Answers
Replies: 1 comment
-
For me, I create the attributes programmatically in an upgrade script so that it get deployed to staging and then production. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do you go about keeping EAV attributes in sync across different environments (local/dev/staging/production), I've been doing it manually all this time and it's a pain. Do you guys have any way to automate this, maybe sql scripts in a custom module?
Beta Was this translation helpful? Give feedback.
All reactions