Nextcloud version (eg, 29.0.5) : 27.02
Operating system and version (eg, Ubuntu 24.04) : Linux 5.15.0-117-generic x86_64
Apache or nginx version (eg, Apache 2.4.25) : Apache/2.4.52
PHP version (eg, 8.3) : 8.1.2-1ubuntu2.18
The issue you are facing:
index.nginx-debian.html was found during update check.
find -name index.nginx-debian.html doesn’t show any results.
Is this the first time you’ve seen this error? X(Y/N)_:
Steps to replicate it:
- Retry update
The output of your Nextcloud log in Admin > Logging:
No errors for this issue found here.
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'REMOVED',
'passwordsalt' => 'REMOVED',
'secret' => 'REMOVED',
'trusted_domains' =>
array (
0 => 'REMOVED',
1 => '172.30.1.110',
),
'trusted_proxies' =>
array (
0 => '172.30.1.114',
),
'overwrite.cli.url' => '',
'overwritehost' => '',
'overwriteprotocol' => 'https',
'htaccess.RewriteBase' => '/',
'datadirectory' => '/mnt/nasdata',
'dbtype' => 'mysql',
'version' => '27.0.2.1',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'ncadmin',
'dbpassword' => '',
'installed' => true,
'maintenance' => false,
'twofactor_enforced' => 'true',
'twofactor_enforced_groups' =>
array (
0 => 'admin',
1 => 'Users',
),
'twofactor_enforced_excluded_groups' =>
array (
),
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'REMOVED',
'mail_domain' => 'gmail.com',
'mail_smtphost' => 'smtp.gmail.com',
'mail_smtpport' => '465',
'mail_smtpauth' => 1,
'mail_smtpname' => 'REMOVED',
'mail_smtppassword' => 'REMOVED',
'mail_smtpsecure' => 'ssl',
'updater.secret' => 'REMOVED',
);
The output of your Apache/nginx/system log in /var/log/____
:
Aug 1 18:21:52 nextcloud systemd[1102]: Startup finished in 240ms.
Aug 1 18:21:52 nextcloud systemd[1]: Started Session 3 of User hiveadmin.
Aug 1 18:22:49 nextcloud kernel: [ 112.141838] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:50:c7:bf:26:f6:cc:08:00 SRC=172.30.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Aug 1 18:24:54 nextcloud kernel: [ 237.270007] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:50:c7:bf:26:f6:cc:08:00 SRC=172.30.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Aug 1 18:26:18 nextcloud systemd[1]: Starting Download data for packages that failed at package install time...
Aug 1 18:26:18 nextcloud systemd[1]: update-notifier-download.service: Deactivated successfully.
Aug 1 18:26:18 nextcloud systemd[1]: Finished Download data for packages that failed at package install time.
Aug 1 18:26:19 nextcloud dbus-daemon[740]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.11' (uid=0 pid=755 comm="/usr/lib/snapd/snapd " label="unconfined")
Aug 1 18:26:19 nextcloud systemd[1]: Starting Time & Date Service...
Aug 1 18:26:19 nextcloud dbus-daemon[740]: [system] Successfully activated service 'org.freedesktop.timedate1'
Aug 1 18:26:19 nextcloud systemd[1]: Started Time & Date Service.
Aug 1 18:26:49 nextcloud systemd[1]: systemd-timedated.service: Deactivated successfully.
Aug 1 18:26:59 nextcloud kernel: [ 362.327010] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:50:c7:bf:26:f6:cc:08:00 SRC=172.30.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Aug 1 18:29:04 nextcloud kernel: [ 487.015697] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:50:c7:bf:26:f6:cc:08:00 SRC=172.30.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Aug 1 18:31:09 nextcloud kernel: [ 612.142082] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:50:c7:bf:26:f6:cc:08:00 SRC=172.30.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Aug 1 18:33:14 nextcloud kernel: [ 737.262031] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:50:c7:bf:26:f6:cc:08:00 SRC=172.30.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
Aug 1 18:35:19 nextcloud kernel: [ 862.388211] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:50:c7:bf:26:f6:cc:08:00 SRC=172.30.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=0 DF PROTO=2
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.
No errors for this issue found here.