We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904f604 commit d25d386Copy full SHA for d25d386
Doc/Upgrade.md
@@ -1,9 +1,9 @@
1
# How to upgrade
2
-###MYSql
+###MySQL
3
- Make sure you make a copy of you database and the OpenNote directory
4
- Run `Service/model/sql/updateScript/` scripts to roll the database up to current specs.
5
- You will copy need to copy the upload directory contents into the new upload direcory in `Service/upload`.
6
- You will also need to put int you database information in the new config `Service/Config.php`
7
8
###SQLite
9
-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.
0 commit comments