Actions
Backups Hephaistos¶
Teamcity:¶
TeamCity runs into a Docker container on glouton.lpp.polytechnique.fr, its sources are available here.
The following things need to be backed up at least daily:
PostgreSQL database
To do so a simple
su -c 'pg_dump teamcity' postgres > backup_file.pgsql
is enough.Logs folder
A simple archive of /opt/logs/teamcity is enough
Data folder
A simple archive of /data/teamcity is enough
Redmine:¶
Redmine is installed on hephaistos.lpp.polytechnique.fr, The following things need to be backed up at least daily:
- Database
- Logs
- Files
Rhodecode:¶
Rhodecode is installed on hephaistos.lpp.polytechnique.fr, The following things need to be backed up at least daily:
- Database
- Logs
- Repositories
Updated by Alexis Jeandet almost 7 years ago ยท 1 revisions