diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-05 18:28:30 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-05 18:28:30 -0400 |
commit | 33098e4e11ba451d0b4fed7f8f41820e2bb66bd4 (patch) | |
tree | 94d0a6b77b975d9da1183a48f5050179b46ce34a /doc/update.markdown | |
parent | 5ffdf286e7cebd522f406fbeb83f78e4e4a3b711 (diff) |
Minor doc updates
Diffstat (limited to 'doc/update.markdown')
-rw-r--r-- | doc/update.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/update.markdown b/doc/update.markdown index 12ac152d..44f81ff0 100644 --- a/doc/update.markdown +++ b/doc/update.markdown @@ -8,7 +8,8 @@ Kanboard will run database migrations automatically for you. Important things to do before updating -------------------------------------- -- Always make a backup of your data before upgrading +- **Always make a backup of your data before upgrading** +- Check that your backup is valid - Always read the [change log](https://github.com/fguillot/kanboard/blob/master/ChangeLog) to check for breaking changes - Always close all user sessions (flush all sessions on the server) |