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
##Upgrading from 14.07(Locomotive) to 14.07.01(Steam Locomotive).
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
+
6
+
###MySQL(Recomended)
3
7
- Make sure you make a copy of you database and the OpenNote directory
4
8
- Run `Service/model/sql/updateScript/` scripts to roll the database up to current specs.
5
9
- You will copy need to copy the upload directory contents into the new upload direcory in `Service/upload`.
6
10
- You will also need to put int you database information in the new config `Service/Config.php`
7
11
8
12
###SQLite
9
-
Same as the MySQL. You may need to slightly modify the sql upload script to be compatible with 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.
0 commit comments