Greetings, I’m trying to configure a backup for a GitLab installation (chart: gitlab/gitlab:3.3.13 ) for migration and the backup-utility process fails on the upload step with:
ERROR: S3 error: 413 (Request Entity Too Large)
The backup tar is created at /srv/gitlab/tmp/backup_tars
and has a size of 320M. I think that the problem might be related to the minio ingress not accepting large files (even though the ingress has the annotation: client-max-body-size: "0"
), though these might as well be two separate problems.
gitlab-nginx-ingress-controller logs don’t show anything regarding a failed upload.
Any feedback on how to proceed is very welcome.
Thank you.