Upgrade 9.1.1 -> 9.3.7 DB schema update issue #1026
-
|
Hi, I have upgraded from 9.1.1 to 9.3.7 and can see in the log a lot of ALTER denied messages It seems it tries to run ALTER using the application user i.e. DATABASE_USER (does not have ALTER privileges) and not the DATABASE_USER_PRIVILEGED? Also after a while it just continues and reaches a working state where the application asks me for a post upgrade in the UI. I am not sure what state it is in actually :). Should I assume that it eventually used the DATABASE_USER_PRIVILEGED even though I dont see it in the log (well there is technically this one line 2026-02-26 10:17:02,164+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 92) Database content version: 9.1.1, current application version: 9.3.7 -> Starting upgrade.). Or am I in some weird state? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Must have been some config error, cannot replicate |
Beta Was this translation helpful? Give feedback.
-
|
It's a hibernate setting that it will try to alter table. It will only use it as the user that you have in the datasource configuration though, nothing else, it's can't. It's generally safe to ignore these messages. Not sure why it doesn't repeat, maybe hibernate saves some state? We are evaluating hibernate config for future releases, it's changed a bit over the years. |
Beta Was this translation helpful? Give feedback.
-
|
Hello the EJBCA team, |
Beta Was this translation helpful? Give feedback.
Must have been some config error, cannot replicate