AdamKrzyzanek
2 years agoQrew Captain
Re: Keeping a Production and QA/Staging App in Sync?
I use similar approach but we have 3 instances:
1) Production
2) QA - Ideal copy of production, after Development completed in DEV we first move it to QA to see if all steps were captured during development, we test it here and only after success move it to PROD.
3) Dev - Fresh copy of App (sometimes it is multiple Development Environments)
It created more work as we need to move all Developments and Pipelines multiple times but at least it is save for end user.
Challenges are not only for Pipelines but also for Formula Queries, as field ID may vary.
I am not using Sandbox as it block production from any editing, and before I do big development, I may have a need for smaller releases 😀
------------------------------
Adam Krzyzanek
------------------------------