Error displaying backup list #13253
Answered by
jeanvetorello
May 25, 2026
Replies: 4 comments
|
@miloserdoff I had the same problem and it was fixed in 4.22 with this PR: #11900. However, after updating, you'll need to fix the existing data in the DB. Something like this should do it (back up the table first): |
0 replies
|
@jeanvetorello Will using this SQL script in version 4.21 fix the situation or is it necessary to upgrade to 4.22? |
0 replies
|
Fixing the current rows with the SQL might work for now, but new backups will have the same problem, so yes — you'll need to upgrade to 4.22 to solve it for good. |
0 replies
Answer selected by
miloserdoff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Fixing the current rows with the SQL might work for now, but new backups will have the same problem, so yes — you'll need to upgrade to 4.22 to solve it for good.