Trashbin emptied within minutes

I’m currently facing the problem that my trashbin is automatically emptied within minutes.
This first occurred in the version 19.0.2 which I updated to a few days ago.

Nextcloud version: 19.0.2
Operating system and version: Ubuntu 20.04.1 LTS
Apache or nginx version: Apache/2.4.41 (Ubuntu)
PHP version: 7.4.3

The issue you are facing:
trashbin_retention_obligation was set to auto, my account has an unlimited quota and the trash cleanup job deleted all files, even newly deleted ones within minutes.

Now I set the trashbin_retention_obligation to ‘30, auto’ and set a quota way larger than necessary and still all files in the trash are deleted within 2 minutes.

Is this the first time you’ve seen this error?: Y

Steps to replicate it:

  1. Delete random file
  2. Click on “Deleted files” and confirm file was deleted
  3. Wait for 2 minutes
  4. Reload “Deleted files” and suddenly the view is empty (verified in filesystem)

No log ouput that refers to any errors (only warnings from news the last few days)

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

'trashbin_retention_obligation' => '60, auto',

It’s a bug: https://github.com/nextcloud/server/issues/22475

Should be solved with NC 19.0.3 which is available now