From: Thierry Parmentelat Date: Mon, 8 Sep 2008 13:51:50 +0000 (+0000) Subject: warning revised X-Git-Tag: PLCAPI-4.3-1~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4cc541c625c3ebfdc400c77c822b06fb6dd06d02;hp=ef89f685cfea902b3dda838188cb1c05cdbfc3a1;p=plcapi.git warning revised --- 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