By andrew05 on
Hello,
We currently have development and production copies of Drupal running and we'd like to merge the two. We have tried using Database Scripts (http://drupal.org/project/dbscripts) without any success, is it possible to use these scripts on a Windows 2003 server? If not could someone suggest an alternative way of merging the two databases? The aim is for the newest content in both databases to be kept.
Thanks,
Andrew
Comments
if you can install cygwin,
if you can install cygwin, then dbscripts will work for you. replace exec('mkdir...') with exec('/path/to/cygwins/mkdir/exe ...') and you should be fine