mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
850 B
850 B
Update
Always make a backup of your database before upgrading!
From the archive (stable version)
- 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
From the repository (development version)
- 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.