Rotating backup parse error
-
-
@girish I am using minio on my server. It's been working fine up until I upgraded to v7.3.5 unless it's a coincidence. I rebooted the Mastadon instance yesterday. Today I get the same error.
Interestingly enough, I do see the backup for yesterday in the minio bucket for yesterday this time around. -
-
@girish I am not entirely sure how to check this. However, I don't see the bucket name in the endpoint ie.
Bucket name is "disk1"
I see:box:storage/s3 Uploaded maple/snapshot/app_5c2458fc-73dd-4f1a-8536-4387d9eb08de.tar.gz
Where the folder in the bucket is "maple/".
However, I am also noticing some postgres memory errors a few hours after the backup failure notice. -
I’m also experiencing the same problem, it always seems to fail on large files or when a lot of files are backed up. In my case it’s a Nextcloud backup which is failing. Smaller apps with less data work just fine.
Using a similar setup: incremental backup with minio/s3 -
-
@klawitterb @tradenet If you could give us access to your setup, can you please write to support@cloudron.io . Happy to debug further.
We use minio as well for some of our backups and haven't faced any issue as such.
-
@eddiiii We haven't gotten a way to debug this. If you can give us access to your setup to debug, please send us a mail at support@cloudron.io .
BTW, are you able to backup other apps apart from collabora?
-
@eddiiii This got lost . So, I debugged this a bit and the error is coming from minio. Minio is either crashing or responding incorrectly. Can you tell us how you have deployed minio ? I also see that you have deployed minio on http. There is a related issue (https://github.com/minio/minio/issues/8050) which talks about how running minio on port 80 acts strangely with similar XML errors. Can you deploy minio with TLS ?
-
This error is happening with Vultr Object storage, too. Regularly scheduled backups fail.
XMLParserError: Unexpected close tag Line: 5 Column: 7 Char: > 504
Also, the pretty colour coded vertical bars (red for backup fail) aren't showing in notifications. I thought this recently requested new feature was implemented.
-
@LoudLemur said in Rotating backup parse error:
Also, the pretty colour coded vertical bars (red for backup fail) aren't showing in notifications. I thought this recently requested new feature was implemented.
Something for @nebulon
-
So, these errors are caused by the remote server. The XML error is returned by the AWS SDK in response to some remote error. Unfortunately, there is nothing much we do on Cloudron side to fix this.