Upgrading
If you already have an existing Version 2 installation of classroombookings and want to update it to another minor Version 2 release, the process should be straightforward and familiar if you have installed or updated Version 2 already.
Check that your hosting envrionment or server meets the requirements, and then proceed with the steps below.
Overview
- Make a backup of your database.
- Download and extract the latest Version 2 archive you want to install.
- The following folders and files in your installation need to be replaced with files from new release:
- application folder
- assets folder
- index.php file
- To do this, either:
- rename them (e.g. application.old, assets.old, index.old.php) or;
- move them somewhere else (it's a good idea to keep a copy in case you need to revert the changes)
- Place the extracted files from the latest Version 2 archive into the same folder as the current installation.
- Using a web browser, visit the URL of your classroombookings installation.
If everything still works, you can safely remove your backups of the application, assets, and index.php file.
There is no upgrade process to run, but any database changes that need to be done will be made automatically without any intervention.
Special notes
Sometimes it may be necessary to carry out extra tasks for individual upgrades. Check below if that is the case for your version upgrades.
v2.0.1
There is a new file favicon.ico
to add to the root folder (same place as index.php). Extract this file from the downloaded archive along with application, assets and index.php.