From 5c3ce79a90bb5ae083c62df26279c7fc35914c24 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 14 Aug 2018 16:33:24 +0200 Subject: Be more clear on how to upgrade --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit 1.2.3-korg