-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from FoxUSA/master
Pull to working
- Loading branch information
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# How to upgrade | ||
###MySQL | ||
|
||
##Upgrading from 14.07(Locomotive) to 14.07.01(Steam Locomotive). | ||
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`). | ||
|
||
###MySQL(Recomended) | ||
- Make sure you make a copy of you database and the OpenNote directory | ||
- Run `Service/model/sql/updateScript/` scripts to roll the database up to current specs. | ||
- You will copy need to copy the upload directory contents into the new upload direcory in `Service/upload`. | ||
- You will also need to put int you database information in the new config `Service/Config.php` | ||
|
||
###SQLite | ||
Same as the MySQL. You may need to slightly modify the sql upload script to be compatible with sqlite. | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters