cp mantis_offline.php.sample mantis_offline.phpThis will prevent users from using the system while the upgrade is in progress.
config
of the new installation.
config_inc.php
,
custom_strings_inc.php
,
custom_constants_inc.php
and
custom_functions_inc.php
.
Note
plugins
subdirectory.
cd /path/to/mantisbt-OLD/plugins find -maxdepth 1 ! -path . -type d -o -type l | grep -Pv "(Gravatar|MantisCoreFormatting|MantisGraph|XmlImportExport)" | xargs -Idirs cp -r dirs /path/to/mantisbt-NEW/plugins
Warning
Gravatar
)
MantisCoreFormatting
)
MantisGraph
)
XmlImportExport
)
https://yoursite/mantisbt-NEW/admin/install.phpwhere mantisbt-NEW is the name of the directory where the new release was extracted
Upgrading large databases