Restore backed-up CollabNet TeamForge data

Use the restore-data.py utility to bring back site data that has been backed up.

  1. Stop TeamForge.
    • teamforge stop
  2. Run the restore script.
    • cd /opt/collabnet/teamforge/runtime/scripts/
    • ./restore-data.py --source=<directory name>

    Where, <directory-name> is the directory to which you backed up the data with the backup-data.py script.

    TeamForge unpacks the backed-up Subversion and CVS repositories, the data directory, and the TeamForge database.
  3. Start TeamForge.
    • teamforge start