From 4cc541c625c3ebfdc400c77c822b06fb6dd06d02 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 8 Sep 2008 13:51:50 +0000 Subject: [PATCH] warning revised --- migrations/v4-to-v5/migrate.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/migrations/v4-to-v5/migrate.sh b/migrations/v4-to-v5/migrate.sh index 7f0ebcc..cfe76f2 100755 --- a/migrations/v4-to-v5/migrate.sh +++ b/migrations/v4-to-v5/migrate.sh @@ -43,12 +43,11 @@ function warning () { echo "========================================" echo "$COMMAND" echo "This script is designed to ease the migration from myplc 4.2 to 5.0" - echo "You can run it before of after you install a 5.0 myplc" - echo "" - echo "It will attempt to re-create the planetlab5 database from planetlab4" - echo "The planetlab5 database is renamed, not dropped, if it is found on the system" + echo "It attempts to (re)create the planetlab5 database from planetlab4" echo "" echo "You might wish to edit/review $NODEGROUPS_DEF to finetune your migration" + echo "" + echo "Please refer to http://svn.planet-lab.org/wiki/Migration4to5" echo "========================================" echo -n "Are you sure you want to proceed y/[n] ? " read answer -- 2.43.0