Replies: 3 comments 4 replies
-
Are you sure your database is only 26MB and not 260GB? The CRLData table may end up holding many records for sure, but for an index update to be so slow your database must really have very little RAM, slow disk, or something like that. It should be done in a few seconds. That is a database configuration issue though. You can see the SQL being executed in order to update the index and you can test that on your database to see why it is so slow. |
Beta Was this translation helpful? Give feedback.
-
Hello Tomas, thank you for your answer. As surprising as it may be, my database is fairly small: 26MB is the proper size, indeed.
Then, nothing happens for one hour... When you wrote "You can see the SQL being executed in order to update the index and you can test that on your database to see why it is so slow.", did you mean activating the bin logs? Have a nice week-end! |
Beta Was this translation helpful? Give feedback.
-
Hello Tomas,
The first logs are:
Many similar lines, and finally:
Many similar lines, and finally:
Then, the Base64 logs, and finally:
It starts with that:
But for the time, it is of no interest.
I can confirm that, apart from my being automatically logged out of the WebUI, there is absolutely no action between the 1st and 3rd points above. The database server is totally idle. After reading the code (2197-2250), I have tried modifying manually the database, with the database restored to the pre-upgrade situation. Here are the commands executed on the database directly, and their results:
As you can notice, the whole process took me fairly less than 1h. Any suggestion on the topic would be greatly appreciated. alcher |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello the EJBCA team,
I followed the documentation for the upgrading of EJBCA: it is nicely written; thanks a lot!
My aim was to jump from version 6.15 to version 8.0 - running on a WildFly 26 server -, by clicking on "Start post-upgrade" on the "System Upgrade" page of the WebAdmin UI.
I have 4 questions:
So, I clicked again on the still present "Start post-upgrade" button, and it went smootlhy to this situation:
=> is this two-step process expected, or have I made a mistake?
=> is this behaviour expected, or have I made a mistake?
=> is this behaviour expected, or have I made a mistake?
=> could you confirm that such a thought is a misinterpretation?
I hope I have made my points clear. Feel free to ask more insights if needed!
Thank you.
alcher
Beta Was this translation helpful? Give feedback.
All reactions