Papierkorb wird nicht automatisch geleert

Nextcloud version (eg, 20.0.5): 27.1.4
Operating system and version (eg, Ubuntu 20.04): Debian 12
Apache or nginx version (eg, Apache 2.4.25): 2.4.57
PHP version (eg, 7.4): 8.2

The issue you are facing:

Ich habe wie in der Doku ( Deleted Items (trash bin) — Nextcloud latest Administration Manual latest documentation ) erklĂ€rt den Papierkorb eingerichtet, dass Dateien nach spĂ€testens 7 Tagen gelöscht werden. Doch das passiert nicht. Laut Doku lĂ€uft ja ein Job alle 30 min. Und so aktiviert man den falls er deaktiviert ist:

$ occ config:app:delete files_trashbin background_job_expire_trash

Bei mir kommt dann immer die Ausgabe “Config value background_job_expire_trash of app files_trashbin deleted”, ist das so richtig ? Das klingt nicht nach “wurde aktiviert”


Wenn ich “occ trashbin:expire” manuell absetze, wird der Papierkorb entsprechend geleert.

Was ist da falsch ?

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

    • ’

The output of your Nextcloud log in Admin > Logging:

$CONFIG = array (
  'instanceid' => 'xxx',
  'passwordsalt' => 'xxx',
  'secret' => 'xxx',
  'trusted_domains' =>
  array (
    0 => 'xx',
  ),
  'default_locale' => 'de_DE',
  'default_timezone' => 'Europe/Berlin',
  'knowledgebaseenabled' => false,
  'logtimezone' => 'Europe/Berlin',
  'trashbin_retention_obligation' => '3, 7',            'filelocking.enabled' => true,
  'memcache.local' => '\\OC\\Memcache\\Redis',                                       'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',                                     'redis' =>
  array (
    'host' => 'localhost',
    'port' => 6379,
  ),
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
);

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

PASTE HERE

The output of your Apache/nginx/system log in /var/log/____:

PASTE HERE

PASTE HERE


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

PASTE HERE