Skip to content

Commit e902da7

Browse files
committed
More doc changes
1 parent 1bea840 commit e902da7

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

Doc/Upgrade.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# How to upgrade
22

3-
##Upgrading from 14.07(Locomotive) to 14.07.01(Steam Locomotive) or 14.07.01(Steam Locomotive) to 14.07.02 (Diesel Locomotive).
3+
##Upgrading from 14.xx(Locomotive) to 15.07.01
44
All you need to do is merge your existing deployment with the release folder while keeping your config files (`openNote\openNote.config.js` and `\Service\Config.php`).
5+
Make sure to backup your old folder and database.
56

6-
###MySQL(Recomended)
7-
- Make sure you make a copy of you database and the OpenNote directory
8-
- Run `Service/model/sql/updateScript/` scripts to roll the database up to current specs.
9-
- You will copy need to copy the upload directory contents into the new upload direcory in `Service/upload`.
10-
- You will also need to put int you database information in the new config `Service/Config.php`
11-
12-
###SQLite
13-
Same as the MySQL. You may need to slightly modify the sql upload script to be compatible with SQLite. I have included as much as I can in scripts with the postfix of .sqlite.sql. SQLite does not fully support the ALTER statement.
7+
There have been major changes in this release.
8+
You will need to follow the CouchDB instructions in the Install documentation.
149

1510

1611
##Docker(14.07.01 to 14.07.02)

0 commit comments

Comments
 (0)