Changes required for migrating from Oracle to Postgre #979
alphaThippesh
started this conversation in
General
Replies: 1 comment 2 replies
-
|
You have to change your database.type in database.properties for the ddl to be for your selected database type. |
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.
-
Hi, I was running ejbca 9.1.1 using wildfly-36.0.1 and for DB I use oracle.
Now I want to migrate to postgre. Even with empty data is also fine.
I made certain changes, ejbca is connecting to postgre DB, but the ddl scripts that ejbca executes while coming up is generated in oracle format and as a result am getting few errors.
Can you please suggest what are the changes to be done to work with postgre DB.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions