summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkhilman <khilman@users.noreply.github.com>2018-07-27 08:22:10 -0500
committerGitHub <noreply@github.com>2018-07-27 08:22:10 -0500
commit61a473fb56ef7418314385df7b72cd58e40a2ff2 (patch)
tree6502b5650c12f630bb6aada9448ca4238b556148 /README.md
parentd733f2d4280959fed968d1589580f46460ecba27 (diff)
parentb19b71ab89761e801c27038f093d76655efabfbf (diff)
Merge pull request #36 from montjoie/miscfix_07_2018b
Miscfix 07 2018b
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ef1019..a3364b4 100644
--- a/README.md
+++ b/README.md
@@ -219,10 +219,12 @@ masters:
zmq_auth_key: optional path to a public ZMQ key
zmq_auth_key_secret: optional path to a private ZMQ key
persistent_db: True/False (default False) Is the postgres DB is persistent over reboot
+ http_fqdn: The FQDN used to access the LAVA web interface
users:
- name: LAVA username
token: The token of this user (optional)
password: Password the this user (generated if not provided)
+ email: email of the user (optional)
superuser: yes/no (default no)
staff: yes/no (default no)
tokens:
@@ -338,6 +340,14 @@ Example:
This produce a backup-20180704_1206 directory
For restoring this backup, simply cp backup-20180704_1206/* output/local/master/backup/
+## Upgrading from a previous lava-docker
+For upgrading between two LAVA version, the only method is:
+- backup data with ./backup.sh (See Backups / restore)
+- checkout the new lava-docker and a your boards.yaml
+- run lavalab-gen.py
+- copy your backup data in output/yourhost/master/backup directory
+- build and run docker-compose
+
## 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: