File retention activity

Steps to reproduce

  1. Files_retention
  2. see activity if files are deleted in the nextcloud.log

Expected behaviour

I woild like to to see, if files are deleted after one or an error occured in the nextcloud log. Can I force the files_retention run to see if it works. I want to see the results immediatley, waiting 1 - 2 days is really time consuming.

Actual behaviour

Files are not deleted in one day

General server configuration

Operating system: Ubuntu 18.04.

Web server: nginx

Database: postgres

PHP version: PHP 7.2.24-0ubuntu0.18.04.1 (cli) (built: Oct 28 2019 12:07:07) ( NTS )

PHP-modules loaded

Nextcloud configuration

Nextcloud version: 17.0.0

Updated from an older Nextcloud/ownCloud or fresh install: Fresh install

Where did you install Nextcloud from:

Are you using external storage, if yes which one: no

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Signing statusEnabled appsDisabled apps

Nextcloud configuration:

<?php $CONFIG = array ( 'passwordsalt' => '****', 'secret' => '*****', 'trusted_domains' => array ( 1 => 'boxname', 2 => 'somename.somedomain.com', ), 'datadirectory' => '/opt/data', 'tempdirectory' => '/opt/data/upload-temp', 'dbtype' => 'pgsql', 'version' => '17.0.0.9', 'overwrite.cli.url' => 'https://somename.somedomain.com', 'dbname' => 'nextcloud', 'dbhost' => 'localhost', 'dbtableprefix' => 'oc_', 'dbuser' => 'someuser', 'dbpassword' => '*****', 'installed' => true, 'instanceid' => 'ocbh6xoav4ik', 'maintenance' => false, 'default_language' => 'de', 'default_locale' => 'de_DE', 'session_lifetime' => 300, 'remember_login_cookie_lifetime' => 0, 'session_keepalive' => false, 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', 'mail_from_address' => 'austausch', 'mail_domain' => 'hisolutions.com', 'mail_smtpdebug' => true, 'mail_smtphost' => 'mail.somedomain.com', 'mail_smtpport' => '25', 'enable_previews' => false, 'overwriteprotocol' => 'https', 'trashbin_retention_obligation' => 'auto, 30', 'loglevel' => 3, 'logdateformat' => 'F d, Y H:i:s', 'logfilemode' => 0640, 'log_type' => 'file', 'logfile' => '/var/log//nextcloud/nextcloud.log',