. /** * @package MantisBT * @copyright Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org * @copyright Copyright (C) 2002 - 2014 MantisBT Team - mantisbt-dev@lists.sourceforge.net * @link http://www.mantisbt.org */ /** * MantisBT Core API's */ require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'core.php' ); access_ensure_global_level( config_get_global( 'admin_site_threshold' ) ); $g_error_send_page_header = false; # suppress page headers in the error handler # @@@ upgrade list moved to the bottom of upgrade_inc.php $f_advanced = gpc_get_bool( 'advanced', false ); ?> MantisBT Administration - Check Installation
Upgrade Installation


WARNING: - Always backup your database data before upgrading. For example, if you use a mysql database, From the command line you can do this with the mysqldump command.

eg:

mysqldump -u[username] -p[password] [database_name] > [filename]

This will dump the contents of the specified database into the specified filename.

If an error occurs you can re-create your previous database by just importing your backed up database data. You'll need to drop and recreate your database (or remove each table).

mysql -u[username] -p[password] [database_name] < [filename]

Upgrades may take several minutes depending on the size of your database.

When you have backed up your database click the link below to continue

[ Upgrade Now ]

You aware to be running an old (pre 1.1.0) release of MantisBT. To update to this release of mantis, you must first update your installation to 1.1