Copy custom config.php file while upgrading

This commit is contained in:
Christian
2015-08-19 14:57:52 +02:00
parent 6b4786624b
commit cb647b8d52

View File

@@ -9,9 +9,10 @@ From the archive (stable version)
1. Close your session (logout) 1. Close your session (logout)
2. Rename your actual Kanboard directory (to keep a backup) 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. 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 4. Copy your custom `config.php` (if you created one) to the root of the newly uncompressed directory.
5. Login and check if everything is ok 5. Make the directory `data` writeable by the web server user
6. Remove the old Kanboard directory 6. Login and check if everything is ok
7. Remove the old Kanboard directory
From the repository (development version) From the repository (development version)