You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have used variables_to_replace and they are interpolated into the schema that is stood up, you can't then dump the schema and have it work consistently when deployed to new boxes as those variables will be the interpolated string from the box that did the baseline.
Proposed solution:
Create a new CLI variable that denotes you are doing a baseline and when that variable is present, it will override the interpolation to use the key instead of the value for the key->value pair. When the schema/seed data is then dumped, it will preserve the variable.
The text was updated successfully, but these errors were encountered:
When you have used variables_to_replace and they are interpolated into the schema that is stood up, you can't then dump the schema and have it work consistently when deployed to new boxes as those variables will be the interpolated string from the box that did the baseline.
Proposed solution:
Create a new CLI variable that denotes you are doing a baseline and when that variable is present, it will override the interpolation to use the key instead of the value for the key->value pair. When the schema/seed data is then dumped, it will preserve the variable.
The text was updated successfully, but these errors were encountered: