Is it possible to sync the data between three different environments ? #971
Unanswered
ErnestManukyan
asked this question in
Q&A
Replies: 2 comments 10 replies
-
As it's not an issue, I move this to the Q&A discussion section. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately, a database used as Server in one scenario and Client in another scenario is not currently supported. It should work, but no guarantee. I see you are using two scopes, for each scenario / environment, and this is the way to do it, I guess. Are you able to build a small sample to reproduce your error ? (see this comment on how I create a small repro script : #965 (comment)) |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to move the data from dev to preprod and then synchronize the preprod with the prod.
So this is the basic function which I use, and I expect it to synchronize between environments. It works fine for the dev->preprod relation, but the prod db is not changing. When I add changes manually in the preprod then the function is doing synchronization successfully.
The general question is if the framework is able to do synchronization between three environments or no.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions