backup/backup

Not working in Ruby 3.1

feliperaul opened this issue · 5 comments

The backup will fail (locally or on S3) when cycling. Please see pull request #977

To be more specific, the backups will successfully be stored (either locally or on S3), but they will fail with a [error] Psych::DisallowedClass: Tried to load unspecified class: Backup::Package on the cycle phase.

This means the gem will stop removing old backups, and will eventually fill up your disk (if you are using local storage) or grow indefinitely in your S3.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This is still an issue on 5.0.0.beta.3 as well as on current master. Please reopen.

There are other issues with ruby 3.1.
They're being fixed in #982

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.