To backup the TrackStudio database:
- Stop TrackStudio.
- Use DBMS utilities or TrackStudio Server Manager (available in TrackStudio SA only) to backup the database. To backup HSQLDB database, copy tsdb.* from TrackStudio Home directory.
- Backup the TrackStudio Upload Directory. Check the trackstudio.uploadDir property in the trackstudio.properties file to determine the upload directory path.
- Backup TrackStudio configuration files:
- trackstudio.properties
- trackstudio.adapters.properties
- trackstudio.hibernate.properties
- trackstudio.license.properties
- trackstudio.log4j.properties
- trackstudio.mail.properties
- trackstudio.security.properties
- trackstudio.scm.properties
- Start TrackStudio
To restore TrackStudio database:
- Stop TrackStudio.
- Restore the database.
- Restore the Upload directory content.
- Delete the contents of the Index directory.
- Restore the configuration files.
- Start TrackStudio.