This repository was archived by the owner on Jun 25, 2026. It is now read-only.
How do I do a new install of 8.x to SQL Server #709
Unanswered
natechadwick
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
The new install still isn't handling other database types, but I think this approach should work. Edit the {InstallDir}/jetty/base/etc/perc-ds.properties file with the SQL Server connection info. We use the Microsoft JDBC driver now, not the jtds driver as it wasn't being maintained with new SQL Server versions. Example {InstallDir}/jetty/base/etc/perc-ds.properties: As long as you have a java 1.8 JRE installed on your machine, you should be able to re-run the installer with the distribution jar (assuming windows?).
This should run in upgrade mode and install the schema on SQL Server, switching from Derby. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The new install of 8.x seems to only support the embedded Derby database. How do I get it to work with SQL Server instead?
Beta Was this translation helpful? Give feedback.
All reactions