summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-07-04 15:35:13 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-07-19 21:16:22 +0200
commit70bffaef36b2afe7c732d6f20afca008c5ef1445 (patch)
treea4f70f46f0b6c9e007516b7f2f313d2e0ca09051 /README.md
parent32221a4e8fe36fd5c3c972039932cb53a25b1d5c (diff)
Made the database persistent
Until now, each docker-compose down will loose all data (jobs, devices, etc...). By creating a docker volume, the database will now be persistent other restart. Due to a risk of the lava package reseting the password, it is always reseted at start. This patch add also another volume for job output which are stored in the filesystem and not in database.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 279fe25..3fdb938 100644
--- a/README.md
+++ b/README.md
@@ -215,6 +215,7 @@ masters:
- name: lava-master name of the master
host: name name of the host running lava-master (default to "local")
webadmin_https: Does the LAVA webadmin is accessed via https
+ persistent_db: True/False (default False) Is the postgres DB is persistent over reboot
users:
- name: LAVA username
token: The token of this user