Backups Hephaistos » History » Version 1
Alexis Jeandet, 29/12/2017 03:08 PM
1 | 1 | Alexis Jeandet | # Backups Hephaistos |
---|---|---|---|
2 | |||
3 | ## Teamcity: |
||
4 | |||
5 | TeamCity runs into a Docker container on glouton.lpp.polytechnique.fr, its sources are available [here](https://github.com/jeandet/teamcity-docker-server). |
||
6 | The following things need to be backed up at least daily: |
||
7 | |||
8 | * PostgreSQL database |
||
9 | |||
10 | To do so a simple ```su -c 'pg_dump teamcity' postgres > backup_file.pgsql``` is enough. |
||
11 | |||
12 | * Logs folder |
||
13 | |||
14 | A simple archive of /opt/logs/teamcity is enough |
||
15 | |||
16 | * Data folder |
||
17 | |||
18 | A simple archive of /data/teamcity is enough |
||
19 | |||
20 | ## Redmine: |
||
21 | |||
22 | Redmine is installed on hephaistos.lpp.polytechnique.fr, The following things need to be backed up at least daily: |
||
23 | |||
24 | * Database |
||
25 | * Logs |
||
26 | * Files |
||
27 | |||
28 | ## Rhodecode: |
||
29 | |||
30 | Rhodecode is installed on hephaistos.lpp.polytechnique.fr, The following things need to be backed up at least daily: |
||
31 | |||
32 | * Database |
||
33 | * Logs |
||
34 | * Repositories |