update_cli.php now does both db and forces app updates all in one go no more switches

This commit is contained in:
johnnyq
2026-08-15 15:25:14 -04:00
parent 77319f8fc1
commit d5ee0bff74
2 changed files with 133 additions and 139 deletions

View File

@@ -130,7 +130,7 @@ echo "\nDone.\n";
echo "\nNext steps:\n";
echo " 1. Log in with the credentials that were in use when the backup was taken.\n";
echo " 2. If the backup is older than the code in this directory, finish the database update:\n";
echo " php " . realpath(__DIR__) . "/update_cli.php --update_db\n";
echo " php " . realpath(__DIR__) . "/update_cli.php\n";
echo " 3. Check Maintenance > Cron - the schedule came back with the database.\n";
exit(0);