diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-07-02 15:43:25 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-07-20 11:41:58 +0200 |
commit | d49b99094855c8bcb91fd5ab57b20249ff7ff955 (patch) | |
tree | 2c2b60a91762dc0d2f5325119fba9eb8e87d29eb /README.md | |
parent | 70bffaef36b2afe7c732d6f20afca008c5ef1445 (diff) |
Permit to backup/restore lavaserver database
This patch add an easy way to backup postgresql database and needed data stored in filesystem.
In the mean time, a way to restore backup during start is added
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -322,6 +322,17 @@ For the moment, it is unsupported and unbuilded. ## Backporting LAVA patches All upstream LAVA patches could be backported by placing them in lava-master/lava-patch/ +## Backups / restore +For backupping a running docker, the "backup.sh" script could be used. +It will store boards.yaml + postgresql database backup + joboutputs. + +For restoring a backup, postgresql database backup + joboutputs must be copied in master backup directory before build. + +Example: +./backup.sh +This produce a backup-20180704_1206 directory +For restoring this backup, simply cp backup-20180704_1206/* output/local/master/backup/ + ## Security Note that this container provides defaults which are unsecure. If you plan on deploying this in a production enviroment please consider the following items: |