<?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'trusted_domains' =>
array (
0 => '',
),
'datadirectory' => '',
'dbtype' => 'mysql',
'version' => '9.1.2.2',
'dbname' => '',
'dbhost' => '127.0.0.1',
'dbtableprefix' => '',
'dbuser' => '',
'dbpassword' => '',
'installed' => true,
'forcessl' => true,
'loglevel' => 0,
'maxZipInputSize' => 1073741824,
'allowZipDownload' => true,
'theme' => '',
'maintenance' => false,
'mail_smtpmode' => 'smtp',
'mail_smtphost' => 'smtp.gmail.com',
'mail_smtpsecure' => 'ssl',
'mail_smtptimeout' => 30,
'mail_smtpauth' => true,
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpname' => '',
'mail_smtppassword' => '',
'overwritewebroot' => '',
'mail_smtpport' => '465',
'secret' =>
'forceSSLforSubdomains' => true,
'trashbin_retention_obligation' => 'auto',
'memcache.local' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
),
'memcache.locking' => '\\OC\\Memcache\\Redis',
'updatechecker' => true,
'updater.release.channel' => 'production',
'appstoreenabled' => true,
'appstore.experimental.enabled' => true,
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/nextcloud/apps',
'url' => '/apps',
'writable' => true,
),
),
'updater.secret' => ,
);
Steps to reproduce
Expected behaviour
Able to re-upload files
Actual behaviour
File is locked by Redis
Note: FAQ in the Nextcloud forum does not work. File still locked after deleting the table.
Server configuration
Operating system: Ubuntu 14.04 (kernel 4.4.0-34)
Web server: Apache 2
Database: MySQL
PHP version: 7.0
Nextcloud version: 11
Updated from an older Nextcloud/ownCloud or fresh install: Updated from the latest version of Nextcloud 10
Where did you install Nextcloud from: Nextcloud website
Signing status:
Signing status
List of activated apps:
App list
The content of config/config.php:
Config report
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
Client configuration
Browser: Firefox 50.1.0
Operating system: Windows 10
Logs
Web server error log
Web server error log
``` Insert your webserver log here ```Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
``` Insert your browser log here, this could for example include:a) The javascript console log
b) The network log
c) ...