Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 760 Bytes

File metadata and controls

25 lines (18 loc) · 760 Bytes

Update

Important: Always do a backup of your database before upgrading!

From the archive (stable version)

  1. Close your session (logout)
  2. Rename your actual Kanboard directory (to keep a backup)
  3. Uncompress the new archive and copy your database file db.sqlite in the directory data
  4. Make the directory data writeable by the web server user
  5. Login and check if everything is ok
  6. Remove the old Kanboard directory

From the repository (development version)

  1. Close your session (logout)
  2. git pull
  3. composer update
  4. Login and check if everything is ok

Note: This method will install the current development version, use at your own risk.