diff --git a/admin/install.php b/admin/install.php index 6f37b9ff71..d625529143 100644 --- a/admin/install.php +++ b/admin/install.php @@ -873,6 +873,16 @@ function print_test( $p_test_description, $p_result, $p_hard_fail = true, $p_mes if( $f_log_queries ) { echo 'Database Creation Suppressed, SQL Queries follow'; + echo '
'; + echo '
'; + echo "Please note that executing the generated script below may not result in a fully functional " + . "database, particularly in upgrade scenarios. This is due to the fact that some upgrade " + . "steps require the execution of PHP code; these Upgrade Functions are defined in " + . 'install_helper_functions_api.php' + . " and cannot be translated to SQL statements. Use at your own risk."; + echo '
'; + + echo '
';
 			echo "-- MantisBT " . MANTIS_VERSION . " Database creation script". PHP_EOL;
 			echo "-- " . date("c") . PHP_EOL . PHP_EOL;
 		}