Use the
restore-data.py utility to bring back site data that has
been backed up.
-
Stop the CollabNet
TeamForge
application server.
-
/etc/init.d/collabnet stop
-
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.
CollabNet
TeamForge
unpacks the backed-up Subversion and CVS
repositories, the data directory, and the CollabNet TeamForge
database.
-
Restart CollabNet
TeamForge
.
-
/etc/init.d/collabnet start