diff options
author | khilman <khilman@users.noreply.github.com> | 2018-09-05 14:34:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 14:34:53 -0700 |
commit | 37566b908c442e1e27e1da5b24c384a78c20ca87 (patch) | |
tree | 41cc74747442fef253985139cb7359c82e3931fa /README.md | |
parent | 633bfd4bf6b24cc555829620e96116e07b5561cc (diff) | |
parent | 5c3ce79a90bb5ae083c62df26279c7fc35914c24 (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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |