-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enterprise Backup schedule stopped working when server restarted after a period #8
Comments
Hi, Thanks for reporting this, do you have a thread dump of when the backup got stuck ? this would be really useful to check what was going on. Regards |
Hi @tglman , Currently not sure if I have. If you can guide me where to collect, I can upload here.
OBackupLog class remains the same and task never moves to Finished |
Hi, OrientDB is just a java process you can use jstack of visualvm or any other similar tools to get a thread dump, this may help: https://examples.javacodegeeks.com/java-thread-dump/ |
as well if you could get multiple thread dumps especially around the time the backup is supposed do be running, it would be very helpful. |
Hi, |
Hi, Looking a the thread dump looks like nothing is running, so the backup do not seems is running at all, do you see any error in the server log or similar ? it feel like the backup is failing to start for some reason. |
Hi @tglman , |
Hi, I just noticed that you are running on the 3.0.x series, we do no do hotfix release anymore for that release, have you considered to update to the most recent version 3.2.x ? Regards |
Hi @tglman, Its little difficult to update existing database to 3.2.13 as multiple schema level changes may be required on application side. I had tested to upgrade to latest but it broke the copy of my database. Thanks |
Details
Version: 3.0.42
Enterprise agent 3.0.42
Problem statement
I scheduled a database Full backup every 3 hours and Incremental every hour. It was taking backup properly as expected but for weekend I had to shutdown environment. When the environment was started again the backup got stuck and was unable to process further.
After again restarting the orientdb server, it was showing the old date and time for schedule and not the latest.
On checking the records in OBackupLog class
old tasks scheduled never got finished.
I am not using studio to schedule backups. I created a backups.json file and updated my schedule and configs there.
Please help
@Laa
The text was updated successfully, but these errors were encountered: