AIO daily maintenance mode

Every morning lately, I get up and face the same thing. Nextcloud went into maintenance mode overnight.
I’m using the docker compose, haven’t set up daily backups (only because it uses an insane amount of storage) and am not running out of resources on the machine.

compose:

  nextcloud:
    container_name: nextcloud-aio-mastercontainer
    restart: always
    environment:
      - NEXTCLOUD_DATADIR=/mnt/Cloud
      - SKIP_DOMAIN_VALIDATION=true
      - APACHE_PORT=11000
      - NEXTCLOUD_ADDITIONAL_APKS=imagemagick # This allows to add additional packages to the Nextcloud container permanently. Default is imagemagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-packets-permanently-to-the-nextcloud-container
      - NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS=imagick # This allows to add additional php extensions to the Nextcloud container permanently. Default is imagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-php-extensions-permanently-to-the-nextcloud-container
      - TALK_PORT=3478 #
    ports:
#      - 80:80 # Can be removed when running behind a reverse proxy. See https://github.com/extcloud/all-in-one/blob/main/reverse-proxy.md#
      - 8080:8080
#      - 8443:8443 # Can be removed wen running behind a reverse proxy. See https://github.com/nextcloud/all-in-one/blob/main/revers-proxy.md
    volumes:
      - nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be hanged
      - /var/run/docker.sock:/var/run/docker.sock:ro
    image: nextcloud/all-in-one:latest

volumes:
  nextcloud_aio_mastercontainer:
    name: nextcloud_aio_mastercontainer # This line is not allowed to be changed

the error I get every day is the following:

nc: getaddrinfo: Name does not resolve
Waiting for database to start...
              now              
-------------------------------
 2022-12-18 12:24:49.055985+01
(1 row)

Installing imagemagick via apk...
Installing PHP build dependencies...
Installing Imagick via PECL...
Configuring Redis as session handler...
Setting php max children...
System config value tempdirectory set to string /mnt/ncdata/tmp/
Applying one-click-instance settings...
System config value one-click-instance set to boolean true
System config value one-click-instance.user-limit set to integer 100
System config value one-click-instance.link set to string https://nextcloud.com/all-in-one/
support already enabled
Adjusting log files...
System config value logfile set to string /var/www/html/data/nextcloud.log
Config value logfile for app admin_audit set to /var/www/html/data/audit.log
Applying network settings...
System config value trusted_domains => 1 set to string cloud.wereldbol.eu
System config value overwrite.cli.url set to string https://cloud.wereldbol.eu/
System config value htaccess.RewriteBase set to string /
.htaccess has been updated
System config value files_external_allow_create_new_local set to boolean false
System config value trusted_proxies => 0 set to string 127.0.0.1
System config value trusted_proxies => 1 set to string ::1
Config value base_endpoint for app notify_push set to https://cloud.wereldbol.eu/push
Config value wopi_url for app richdocuments set to https://cloud.wereldbol.eu/
System config value allow_local_remote_servers set to boolean true
Config value av_mode for app files_antivirus set to daemon
Config value av_port for app files_antivirus set to 3310
Config value av_host for app files_antivirus set to nextcloud-aio-clamav
Config value av_stream_max_length for app files_antivirus set to 104857600
Config value av_max_file_size for app files_antivirus set to -1
Config value av_infected_action for app files_antivirus set to only_log
System config value enabledPreviewProviders => 0 set to string OC\Preview\Imaginary
System config value preview_imaginary_url set to string http://nextcloud-aio-imaginary:9000
{
    "search_platform": "OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform",
    "app_navigation": "1",
    "provider_indexed": "{\"test_provider\":\"0\",\"deck\":\"1\",\"files\":\"1\"}",
    "cron_err_reset": "1671352987",
    "tick_ttl": "1800",
    "collection_indexing_list": "50",
    "migration_24": "1"
}
{
    "elastic_host": "http:\/\/nextcloud-aio-fulltextsearch:9200",
    "elastic_index": "nextcloud-aio",
    "fields_limit": "10000",
    "es_ver_below66": "0",
    "analyzer_tokenizer": "standard"
}
{
    "files_local": "1",
    "files_external": "0",
    "files_group_folders": "0",
    "files_encrypted": "0",
    "files_federated": "0",
    "files_size": "20",
    "files_pdf": "1",
    "files_office": "1",
    "files_image": "0",
    "files_audio": "0"
}
[18-Dec-2022 12:26:15] NOTICE: fpm is running, pid 3264
[18-Dec-2022 12:26:15] NOTICE: ready to handle connections
Activating collabora config...
Activated any config changes
[2022-12-19 00:33:52.206252 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:35:52.414604 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:37:52.605555 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:39:52.752346 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:41:52.947146 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:43:53.116528 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:45:53.266713 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:47:53.416487 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:49:53.597119 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:51:53.771407 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:53:53.972535 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:55:54.155281 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:57:54.319362 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 00:59:54.524410 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:01:54.727696 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:03:54.919799 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:05:55.099263 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:07:55.322018 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:09:55.528561 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:11:55.717528 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:13:55.984247 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:15:56.205970 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:17:56.368141 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:19:56.536866 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:21:56.708584 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:23:56.924121 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:25:57.277515 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:27:57.432248 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:29:57.616382 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:31:57.780486 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:33:57.984678 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:35:58.152466 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:37:58.334646 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:39:58.535516 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:41:58.721735 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:43:58.963834 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:45:59.150409 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:47:59.367004 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:49:59.538477 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:51:59.716196 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:53:59.964622 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:56:00.224528 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 01:58:00.406691 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:00:00.855412 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:02:01.046392 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:04:01.297999 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:06:01.462180 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:08:01.703478 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:10:01.881938 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:12:02.071212 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:14:02.303012 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:16:02.474300 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:18:02.655507 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:20:02.854849 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:22:03.072645 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:24:03.432272 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:26:03.574800 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:28:03.766959 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:30:04.108214 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:32:04.422246 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:34:04.871298 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:36:05.052686 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:38:05.248717 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:40:05.405077 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:42:05.557876 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:44:05.901344 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:46:06.080665 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:48:06.317422 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:50:06.490155 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:52:06.676465 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:54:06.915502 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:56:07.109262 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 02:58:07.665998 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:00:07.854686 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:02:08.024546 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:04:08.389821 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:06:08.580295 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:08:08.792415 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:10:08.987806 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:12:09.188281 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:14:09.438351 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:16:09.610530 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:18:09.801316 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:20:10.144322 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:22:10.331845 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:24:10.681342 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:26:10.851926 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:28:11.062027 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 8388616 bytes) in /var/www/html/custom_apps/backup/lib/Service/ChunkService.php on line 452
PHP Fatal error:  Uncaught TypeError: fwrite(): supplied resource is not a valid stream resource in /var/www/html/custom_apps/files_antivirus/lib/Scanner/ExternalClam.php:63

ace:
#0 /var/www/html/custom_apps/files_antivirus/lib/Scanner/ExternalClam.php(63): fwrite(Resource id #273784, '\x00\x00\x00\x00')
#1 /var/www/html/custom_apps/files_antivirus/lib/Scanner/ScannerBase.php(130): OCA\Files_Antivirus\Scanner\ExternalClam->shutdownScanner()
#2 /var/www/html/custom_apps/files_antivirus/lib/AvirWrapper.php(121): OCA\Files_Antivirus\Scanner\ScannerBase->completeAsyncScan()
#3 [internal function]: OCA\Files_Antivirus\AvirWrapper->OCA\Files_Antivirus\{closure}()
#4 /var/www/html/3rdparty/icewind/streams/src/CallbackWrapper.php(119): call_user_func(Object(Closure))
#5 [internal function]: Icewind\Streams\CallbackWrapper->stream_close()

}
  thrown in /var/www/html/custom_apps/files_antivirus/lib/Scanner/ExternalClam.php on line 63
[2022-12-19 03:30:11.224893 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:32:11.411404 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:34:11.602824 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:36:11.769035 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:38:11.956271 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:40:12.129248 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:42:12.298441 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:44:12.485712 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:46:12.665641 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:48:12.948466 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:50:13.110292 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:52:13.310413 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:54:13.524338 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:56:13.700268 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 03:58:13.913433 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:00:14.091604 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:02:14.285700 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:04:14.488779 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:06:14.652502 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:08:14.852937 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:10:15.074543 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:12:15.234963 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:14:15.484303 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:16:15.664643 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:18:15.865289 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:20:16.361997 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:22:16.555727 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:24:16.746883 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:26:16.930106 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:28:17.115522 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:30:17.296845 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:32:17.461932 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:34:17.655518 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:36:17.854629 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:38:18.020884 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:40:18.184386 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:42:18.452467 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:44:18.623920 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:46:18.774019 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:48:18.991350 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:50:19.163645 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:52:19.318644 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:54:19.507510 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:56:19.668696 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 04:58:19.823688 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:00:19.999454 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:02:20.153849 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:04:20.299367 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:06:20.445459 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:08:20.629531 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:10:20.777655 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:12:20.944006 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:14:21.109365 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:16:21.244311 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:18:21.419096 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:20:22.986434 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:22:23.165436 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:24:23.513124 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:26:23.663204 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:28:23.824089 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:30:24.002103 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:32:24.157561 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:34:24.312217 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:36:24.475448 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:38:24.655159 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:40:24.805124 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:42:24.985336 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:44:25.144778 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:46:25.293971 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:48:25.801942 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:50:25.966248 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:52:26.116039 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:54:26.297545 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:56:26.465324 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 05:58:26.624384 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:00:26.810583 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:02:26.960125 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:04:27.128786 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:06:27.344097 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:08:27.537931 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:10:27.717918 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:12:27.894806 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:14:28.079038 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:16:28.400396 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:18:28.588168 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:20:28.783266 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:22:28.958563 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:24:29.301171 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:26:29.501747 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:28:29.681930 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:30:29.892413 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:32:30.072631 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:34:30.256777 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:36:30.487012 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:38:30.660491 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:40:30.816093 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:42:30.992113 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:44:31.152518 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:46:31.356222 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:48:31.521937 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:50:31.690213 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:52:31.865342 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:54:32.042746 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:56:32.285366 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 06:58:32.468278 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:00:32.644608 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:02:32.833233 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:04:33.025766 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:06:33.228639 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:08:33.385853 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:10:33.555647 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:12:33.726262 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:14:33.908973 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:16:34.068803 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:18:34.248996 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:20:34.564729 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:22:34.712768 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:24:35.037365 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:26:36.064007 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:28:36.215539 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:30:36.390357 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:32:36.562596 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:34:36.727924 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:36:36.916203 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:38:37.102244 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:40:37.253142 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:42:37.443029 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:44:37.607426 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:46:37.773036 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:48:37.965139 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:50:38.118032 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:52:38.314403 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:54:38.491528 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:56:38.661648 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 07:58:38.943903 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 08:00:39.120409 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 08:02:39.310340 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud
[2022-12-19 08:04:39.498086 +01:00] WARN [notify_push::connection] src/connection.rs:75: Error while sending authentication request to nextcloud


It looks like the Backup app might be the culprit here. Can you try to disable it and check if it resolves the issue?

Well, I woke up this morning and Nextcloud was still running. I guess the problem is solved. Thanks a lot man! You deserve an extra cookie today