Always make a backup of your database before upgrading!
- Close all sessions (logout)
- Rename your actual Kanboard directory (to keep a backup)
- Uncompress the new archive and copy your
data
directory to the newly uncompressed directory. - Copy your custom
config.php
(if you created one) to the root of the newly uncompressed directory. - Make the directory
data
writeable by the web server user - Login and check if everything is ok
- Remove the old Kanboard directory
- Close all sessions
git pull
composer install
- Login and check if everything is ok
Note: This method will install the current development version, use at your own risk.