support an option to disable Staging/Live syncing options from the UI
I would like to have a way to disable the PULL or PUSH process between staging and live.
For example, when using Staging as a "test" environment, I do not want to let anyone to get the DB content from Staging and send it to Live.
Vice-versa as well when, for example, I want to use Staging as a "pre-live" environment, where I want to enforce a single-way data flow.
So, I would like options to enable/disable sync code + database from one to another, so only a single flow can be enforced.
Thank you!
-
Arno commented
Very good idea. Pushing staging to live is very risky. An application-level switch to disable it (like you have for Bot Protection) would be great.
My live site is very dynamic so I will never use the push from staging to live, because staging will always contain old data. I will only pull from live to staging.