The Issue
I want to get sitecore items, from database environment one to environment two without manually having to recreate the databases.
I cannot back and restore because the databases are constantly out of sync.
I cannot publish items from environment 1 to environment 2 because of company policy and restrictions on publishing items from dev to live.
The Environment
I have essentially two database environments.
- Development
- Live
Each has three databases.
- Web
- Core
- Master
The Wanted
I need to create a way of getting items from within development db to live db, at the moment I am stuck to a manual process and it's painful.
Any ideas, suggestion and solutions would be welcome. If there is a Sitecore solution then great, if there is a way to get difference in db's then that's cool. I need to pushed in the correct direction.