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