nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.78k stars 4k forks source link

[Bug]: All files are locked after upgrade to 30.0 #48269

Closed Leocraft1 closed 3 hours ago

Leocraft1 commented 4 hours ago

⚠️ This issue respects the following points: ⚠️

Bug description

I'm running nextcloud inside a docker container. I updated nextcloud using docker exec -itu www-data nextcloud php occ update And now I cannot create, modify, delete or read files from my nextcloud because directory is "locked". I tried rebooting the container and the pc but nothing happened. I tried removing all files AND the user files folder and they disappeared inside nextcloud. BUT the problem didn't go away with the files, in fact you can't create anything on the nextcloud because the directory "is locked". I was doing sync with the desktop client on my main pc and this thing totally bricked my personal files (recovered with sheer luck). I even tried removing my admin account files from the admin panel, but got the same exact error. The directory is not really locked because otherwise the ssh won't work/it'd be overwritten, so what is nextcloud saying?

Steps to reproduce

  1. Update nextcloud to 30.0
  2. You can't modify any file or folder in your nextcloud space because they are locked

Expected behavior

Nextcloud allows me to create files and link my desktop client for synchronization.

Nextcloud Server version

30

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

Configuration report

<?php
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'filelocking.enabled' => false,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'filelocking.enabled' => false,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
<?php
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'filelocking.enabled' => false,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'filelocking.enabled' => false,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
    2 => '192.168.1.50:10081',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);
$CONFIG = array (
  'htaccess.RewriteBase' => '/',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'apps_paths' => 
  array (
    0 => 
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 => 
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
  'instanceid' => 'oc0rvdnehcfr',
  'passwordsalt' => 'eocfCEca5wKD2JNvzIR37qiG1P/LBw',
  'secret' => '+1eWcNAnVcJUhtVtT3ILRALNnmn77jSzcwiEbjxMW9YVSJN4',
  'trusted_domains' => 
  array (
    0 => 'drive.serverpcx1.freeddns.org',
    1 => 'drive.backup.serverpcx1.freeddns.org',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'sqlite3',
  'version' => '30.0.0.14',
  'overwrite.cli.url' => 'https://localhost',
  'overwriteprotocol' => 'https',
  'dbname' => 'data',
  'dbhost' => 'localhost:8111',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'installed' => true,
  'updater.secret' => '$2y$10$/GAJ6gJ7kVvLhTVUQG7XRuQmaJ77XjphWJsK4hoevp1PH1t8EBvPq',
  'loglevel' => 0,
  'maintenance' => false,
  'trashbin_retention_obligation' => 10,
  'theme' => '',
  'app_install_overwrite' => 
  array (
    0 => 'files_rightclick',
    1 => 'files_texteditor',
    2 => 'bookmarks_fulltextsearch',
    3 => 'files_fulltextsearch_tesseract',
    4 => 'apporder',
    5 => 'defaultlinkopen',
    6 => 'quickaccesssorting',
    7 => 'externalpassword',
    8 => 'unsplash',
    9 => 'whmcsintegration',
    10 => 'nextframe',
    11 => 'co2clock',
    12 => 'integration_restya',
    13 => 'integration_suitecrm',
    14 => 'integration_twitter',
    15 => 'breezedark',
    16 => 'side_menu',
    17 => 'thesearchpage',
    18 => 'forms',
  ),
);

List of activated Apps

Enabled:
  - activity: 3.0.0
  - admin_audit: 1.20.0
  - breezedark: 29.0.0
  - bruteforcesettings: 3.0.0
  - calendar: 5.0.0
  - circles: 30.0.0-dev
  - cloud_federation_api: 1.13.0
  - comments: 1.20.1
  - contacts: 6.1.0
  - contactsinteraction: 1.11.0
  - dashboard: 7.10.0
  - dav: 1.31.1
  - federatedfilesharing: 1.20.0
  - federation: 1.20.0
  - files: 2.2.0
  - files_external: 1.22.0
  - files_pdfviewer: 3.0.0
  - files_reminders: 1.3.0
  - files_sharing: 1.22.0
  - files_texteditor: 2.15.1
  - files_trashbin: 1.20.1
  - files_versions: 1.23.0
  - fileslibreofficeedit: 2.0.1
  - firstrunwizard: 3.0.0
  - logreader: 3.0.0
  - lookup_server_connector: 1.18.0
  - mail: 4.0.0
  - nextcloud_announcements: 2.0.0
  - notes: 4.11.0
  - notifications: 3.0.0
  - oauth2: 1.18.1
  - password_policy: 2.0.0
  - passwords: 2024.9.20
  - photos: 3.0.2
  - privacy: 2.0.0
  - provisioning_api: 1.20.0
  - recommendations: 3.0.0
  - related_resources: 1.5.0
  - richdocuments: 8.5.0
  - serverinfo: 2.0.0
  - settings: 1.13.0
  - sharebymail: 1.20.0
  - side_menu: 3.13.1
  - support: 2.0.0
  - survey_client: 2.0.0
  - systemtags: 1.20.0
  - text: 4.1.0
  - theming: 2.5.0
  - thesearchpage: 1.2.7
  - twofactor_backupcodes: 1.19.0
  - unroundedcorners: 1.1.4
  - updatenotification: 1.20.0
  - user_status: 1.10.0
  - viewer: 3.0.0
  - weather_status: 1.10.0
  - webhook_listeners: 1.1.0-dev
  - workflowengine: 2.12.0
Disabled:
  - encryption: 2.18.0
  - files_downloadlimit: 3.0.0 (installed 3.0.0)
  - files_rightclick: 0.15.1 (installed 0.15.1)
  - onlyoffice: 9.4.0 (installed 9.4.0)
  - suspicious_login: 8.0.0
  - twofactor_nextcloud_notification: 4.0.0
  - twofactor_totp: 12.0.0-dev
  - user_ldap: 1.21.0

Nextcloud Signing status

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- core
    - EXTRA_FILE
        - nextcloud-init-sync.lock

Raw output
==========
Array
(
    [core] => Array
        (
            [EXTRA_FILE] => Array
                (
                    [nextcloud-init-sync.lock] => Array
                        (
                            [expected] => 
                            [current] => cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e
                        )

                )

        )

)

Nextcloud Logs

{"reqId":"P9G6c3Wg8dPdTuUbevES","level":0,"time":"2024-09-22T16:54:40+00:00","remoteAddr":"192.168.1.1","user":"Leonardo","app":"webdav","method":"MKCOL","url":"/remote.php/dav/files/Leonardo/FileSync/test","message":"Could not create directory /FileSync/test","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0","version":"30.0.0.14","exception":{"Exception":"Sabre\\DAV\\Exception\\Forbidden","Message":"Could not create directory /FileSync/test","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":1210,"function":"createDirectory","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":560,"function":"createCollection","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpMkcol","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:MKCOL",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":370,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":19,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":146,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/apps/dav/lib/Connector/Sabre/Directory.php","Line":144,"message":"Could not create directory /FileSync/test","exception":{},"CustomMessage":"Could not create directory /FileSync/test"}}

Additional info

No response

Leocraft1 commented 4 hours ago

Just removed my infos, i'm running ubuntu 24 but it's inside a docker container. I'm using SQLite and default settings without encryption

joshtrichards commented 3 hours ago

Is that really how your config looks? All repetitive like that? (or perhaps that was just a cut-n-paste error?)

You have a lot of incompatible apps force enabled. I'd recommend not doing that. :)

I updated nextcloud using docker exec -itu www-data nextcloud php occ update

This is not how you upgrade Docker image. e.g. see https://github.com/nextcloud/docker/#update-to-a-newer-version

nextcloud-init-sync.lock

Whatever is going on in your situation, the reason for your problems isnot due to the nextcloud-init-sync.lock file, which merely results in an integrity check failure and is already covered here: nextcloud/docker#2299

Overall this sounds like a technical support matter. Please post your query on the help forum: https://help.nextcloud.com. When you do so, make sure to also include your Docker Compose file. And you can look at your real active config (with sensitive things all mostly all censored out) by using the command occ config:list system within your container.