diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-08-14 16:33:24 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-08-14 20:28:04 +0200 |
commit | 5c3ce79a90bb5ae083c62df26279c7fc35914c24 (patch) | |
tree | 2216929802fad96fc17db4dc16edc94d6cefbc0a | |
parent | cbfe5a606fa2999b3654d482910719032b39101d (diff) |
Be more clear on how to upgrade
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |