headTitle($this->translate('Upgrade VuFind')); // Set up breadcrumbs: $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('Upgrade VuFind') . '
  • '; ?>

    transEsc('Upgrade VuFind')?>

    flashmessages()?>

    Upgrade complete. You may still have some work to do:

    1. If you have customized your SolrMarc import settings, your marc_local.properties file has been migrated, but you will need to move custom translation maps, index scripts, etc. by hand. Custom import files belong under escapeHtml($this->importDir)?> -- this will make future upgrades easier.
    2. You should look over the configuration files in escapeHtml($this->configDir)?> and make sure settings look correct. The automatic update process sometimes re-enables disabled settings and removes comments.
    3. If you have customized any of the YAML searchspecs files without using the *_local.yaml override mechanism, you will need to reapply those changes.
    4. If you have customized code or templates in your previous version, you will need to adapt those changes to the new architecture.
    5. You should look over the configuration files in escapeHtml($this->configDir)?> and make sure settings look correct. The automatic update process sometimes re-enables disabled settings and removes comments. Backups of your old configurations have been created for comparison purposes.
    6. If you have customized code or templates in your previous version, you should test them to be sure they still work correctly; see the changelog for notes on possible breaks in backward compatibility.
    7. You should reindex all of your content.
    8. You may want to check for problems on the transEsc('auto_configure_title')?> page.

    For the latest notes on upgrading, see the online documentation.

    For help, feel free to use the mailing lists on the support page.