Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Updating

Elanor edited this page Nov 27, 2020 · 8 revisions

BoNeMEAL uses the MAJOR.MINOR.PATCH versioning system. This site describes how to update between "minor" and "patch" versions.

Manually

  1. Download a backup of your current installation. Make note especially of your .htaccess file and any customizations made to it
  2. Delete the application/vendor folder in your existing installation.
  3. Extract the upgrade file, overwriting any files that already exist. This will create a new vendor folder with all the updated dependencies.
  4. Double check the .htaccess file and restore any customization you made to the RewriteBase directive and any other changes.

If the upgrade fails and you want to revert to your backup

  1. Delete the application/vendor folder in the upgraded site folder.
  2. Extract your original backup files into your installation directory, overwriting any files that exist. This will restore the original application/vendor folder and the old dependency versions.
  3. Restore your original .htaccess file

Using Git

Simply do a git pull and you are done. If your app does not work after that check you file permissions.

Clone this wiki locally