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 31e7dcd commit 59cddefCopy full SHA for 59cddef
Doc/Upgrade.md
@@ -0,0 +1,8 @@
1
+# How To Upgrade
2
+###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
+
7
+###SQLite
8
+Same as the MYSql. You may need to slightly modify the sql upload script to be compatible with sqlite.
0 commit comments