Migration of Database and Scripts

If you need to move your data from one RedwoodHQ server to another one (eg: to a more permanent location for multi-user access) then follow these steps bellow.

FROM = Where RedwoodHQ Server is currently installed on and data is being moved from
TO = Where another fresh version of RedwoodHQ server is installed on and where you are moving the data to
\RedwoodHQ Install Location\ = Folder location where RedwoodHQ is installed (eg: C:\Program Files\RedwoodHQ\)

  1. Shut down RedwoodHQ on FROM and TO computers by running ‘Stop RedwoodHQ’ shortcuts/vbs scripts
  2. Delete the following folder on TO computer: \RedwoodHQ Install Location\data
  3. Copy the following folder at FROM computer: \RedwoodHQ Install Location\data
  4. Paste the folder on TO computer: \RedwoodHQ Install Location\
  5. Delete the following folder on TO computer: \RedwoodHQ Install Location\public\automationscripts
  6. Copy the following folder at FROM computer: \RedwoodHQ Install Location\public\automationscripts
  7. Paste the folder on TO computer: \RedwoodHQ Install Location\public\
  8. Start up RedwoodHQ Server by running ‘Start RedwoodHQ’ shortcuts/vbs scripts
  9. Login on TO computer and verify that all data is there

Feedback

Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
For customer support, please contact us here.

Post Comment

JustAskingForAFriedn wrote: Jan 10, 2020

These instructions omit an important step if you are going to use Python and if the source path and target path are different between the two machines. I don't remember the name of the file, but you will need to update the Python path once you've done the copies so that it points to the Python Path on the target machine. The configuration file is in the same folder as the activate.bat or activate.ps1 files. This relates to the Python virtual environments that are created for each user.