Move scenarios from old server to new

✅ CONTENT MIGRATED TO GURU ON FEBRUARY 22, 2024

This is for when you need to export scenario data from one sever and import it into a new server. The general process is to make a set of directories to export the data into, then do the export, copy the data to the new server and finally do an import.

Here are the technical steps:

  cd /models/myModel/
  cp -r data oldModelScns
  rm oldModelScns/*/*.db