Files
Kanboard-Prod/docs/update.markdown
George Angelopoulos 3c6dc94786 docs, update: tell users to copy entire data dir
Previously, the document told users to only copy `data/db.sqlite`.
However, if there are attachments uploaded (stored in `data/files`),
they will be lost.
To solve this, this commit changes the doc so it tells users
to copy the entire `data` dir.
2014-11-18 08:57:37 +02:00

26 lines
765 B
Markdown

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 `data` directory to the newly uncompressed directory.
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 install`
3. Login and check if everything is ok
Note: This method will install the **current development version**, use at your own risk.