From c80b248c26d71d2d02f1bbc20275b087e1cba249 Mon Sep 17 00:00:00 2001 From: seek3r Date: Thu, 28 Sep 2000 09:28:22 +0000 Subject: [PATCH] added a few warning about backing up data before running the upgrades. --- setup/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/index.php b/setup/index.php index 7482288e95..96f60cdd96 100644 --- a/setup/index.php +++ b/setup/index.php @@ -55,7 +55,8 @@ echo " \n"; echo " \n"; echo " You appear to be running a pre-beta version of phpGroupWare
\n"; - echo " We are not providing an upgrade path at this time, please backup your tables and drop them, so that this script can recreate them.\n"; + echo " We are providing an automated upgrade system, but we highly recommend backing up your tables incase the script causes damage to your data.
\n"; + echo " These automated scripts can easily destroy your data. Please backup before gonig any further!\n"; echo " \n"; echo "\n"; ?> @@ -131,7 +132,7 @@ echo "  Status\n"; echo " \n"; echo " \n"; - echo " If you did not recieve any errors, your tables have been updated.
\n"; + echo " If you did not recieve any errors, your tables *should* have been updated (no warranty on data integrity).
\n"; echo " Click here to configure the environment.\n"; echo " \n"; echo "\n";