I have two databases: one for development and one for production.
While develop some document types, add some media files, add macros,etc. these are saved in development database.
On production side, there are people from marketing which uses our developed document types, macros,etc. and they add some strings/texts.
I want to ask: There are umbraco script/functionality which do updates from development database to production one without lose data saved by marketing ?
I want to merge just records between tables from different databases.
You could look at using uSync for this or Courier.
Both are plugins for Umbraco, the first (uSync) is a free product and the second Courier is sold and supported by the HQ.
Courier is used behind the scenes (I believe) in the Umbraco as a Service system to sync between the development, staging and live system and so has had huge amounts of development over the last couple of years.
Script for deploying database records
Hi,
I have two databases: one for development and one for production.
While develop some document types, add some media files, add macros,etc. these are saved in development database.
On production side, there are people from marketing which uses our developed document types, macros,etc. and they add some strings/texts.
I want to ask: There are umbraco script/functionality which do updates from development database to production one without lose data saved by marketing ?
I want to merge just records between tables from different databases.
What is the correct way to do that ?
You could look at using uSync for this or Courier.
Both are plugins for Umbraco, the first (uSync) is a free product and the second Courier is sold and supported by the HQ.
Courier is used behind the scenes (I believe) in the Umbraco as a Service system to sync between the development, staging and live system and so has had huge amounts of development over the last couple of years.
is working on a reply...