I am new to quartz. I am unable to find the database scripts under docs folder in quartz-2.3.0-distribution.tar.gz . There are only images under docs folder. But it is available under docs folder in quartz-2.2.3-distribution.tar.gz version. Where can I find database scripts for 2.3.0 version? Should the same be used as in 2.2.3 version? Also where can I find the migration database scripts. Kindly help.The official link http://www.quartz-scheduler.org/documentation/quartz-core/src/main/resources/org/quartz/impl/jdbcjobstore is under maintenance(rework is going on). Kindly help.
Asked
Active
Viewed 1,525 times
2
-
1This is the place for the sql scripts quartz-2.2.3-distribution.tar\quartz-2.2.3-distribution\quartz-2.2.3\docs\dbTables – user06062019 May 06 '20 at 16:50
1 Answers
5
See issue https://github.com/quartz-scheduler/quartz/issues/414 which acknowledge missing the docs/dbTables
in the distribution file.
For until it get fixed you can navigate to https://github.com/quartz-scheduler/quartz/tree/quartz-2.3.x/quartz-core/src/main/resources/org/quartz/impl/jdbcjobstore (branch 2.3.x) for finding the SQL scripts.

norrs
- 991
- 1
- 10
- 14