Our weekly backups failed 6 times in a row with same message :
[ScheduledBackupJob] org.springframework.transaction.UnexpectedRollbackException: Transaction rolled back because it has been marked as rollback-only
I don't see much detail in the log. Where is the problem?
There is any way to manually trigger a backup? like in Confluence?
Thanks!
Hi Gabriel,
I see you put in a ticket with support and they were able to isolate the issue and resolve it for you. They described the problem as such:
The resolution was to update the table with some dummy comment.
For example:
update user_comment set content='Dummy Comment' where content is null;
What was unclear was how the comments were null and whether you are using any plugin for populating the comments.
Please update the Support advisor working on the case so they can close that out and once you're done if there is anything else to add to the resolution let the community know!
Cheers,
Branden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.