You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/Upgrade.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,11 @@
1
1
# How to upgrade
2
2
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
4
4
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.
5
6
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.
0 commit comments