summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-08-14 16:33:24 +0200
committerCorentin LABBE <clabbe@baylibre.com>2018-08-14 20:28:04 +0200
commit5c3ce79a90bb5ae083c62df26279c7fc35914c24 (patch)
tree2216929802fad96fc17db4dc16edc94d6cefbc0a /README.md
parentcbfe5a606fa2999b3654d482910719032b39101d (diff)
Be more clear on how to upgrade
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a3364b4..3a53290 100644
--- a/README.md
+++ b/README.md
@@ -342,9 +342,9 @@ For restoring this backup, simply cp backup-20180704_1206/* output/local/master/
## 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
+- backup data by running ./backup.sh on the host running the master (See Backups / restore)
+- checkout the new lava-docker and your boards.yaml
+- run lavalab-gen.sh
- copy your backup data in output/yourhost/master/backup directory
- build and run docker-compose