diff options
author | George Angelopoulos <george@usermod.net> | 2014-11-18 08:57:37 +0200 |
---|---|---|
committer | George Angelopoulos <george@usermod.net> | 2014-11-18 08:57:37 +0200 |
commit | 3c6dc94786ee404df7e0ad6ac0c95cb2d90d4c8f (patch) | |
tree | 7735f495e18566c56087ad2aeb38ea75d1686939 /docs | |
parent | d4ae2f135dd8ef3e5d5b09e29d21396f626f0dd7 (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/update.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/update.markdown b/docs/update.markdown index 887b03b8..cda38bcd 100644 --- a/docs/update.markdown +++ b/docs/update.markdown @@ -8,7 +8,7 @@ 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` +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 |