Beta is working nicely so the data needs to be moved to Live.
Once copied over the beta and live databases will be out of sync (previously beta and live used the same DB).
We need to add a SQL timer job that restores the beta database from the live database every night. This way beta is always up to date but changes made on beta do no go through to live. This also means that any changes made on beta will be wiped every night
Beta is working nicely so the data needs to be moved to Live.
Once copied over the beta and live databases will be out of sync (previously beta and live used the same DB).
We need to add a SQL timer job that restores the beta database from the live database every night. This way beta is always up to date but changes made on beta do no go through to live. This also means that any changes made on beta will be wiped every night