summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkhilman <khilman@users.noreply.github.com>2018-09-05 14:34:53 -0700
committerGitHub <noreply@github.com>2018-09-05 14:34:53 -0700
commit37566b908c442e1e27e1da5b24c384a78c20ca87 (patch)
tree41cc74747442fef253985139cb7359c82e3931fa /README.md
parent633bfd4bf6b24cc555829620e96116e07b5561cc (diff)
parent5c3ce79a90bb5ae083c62df26279c7fc35914c24 (diff)
Merge pull request #39 from montjoie/readme_upgrade
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 678fddb..99e3bf1 100644
--- a/README.md
+++ b/README.md
@@ -343,9 +343,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