After running into a full disk during the process of restarting InvoiceNinja (Docker upgrade from 5.8.53 to 5.8.54) it does not startup anymore. Disk has been fixed of course.
Firefox says “200”, but 0 bytes transmitted.
NGinx container says:
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2024/05/13 12:11:35 [notice] 1#1: using the “epoll” event method
2024/05/13 12:11:35 [notice] 1#1: nginx/1.25.5
2024/05/13 12:11:35 [notice] 1#1: built by gcc 12.2.0 (Debian 12.2.0-14)
2024/05/13 12:11:35 [notice] 1#1: OS: Linux 6.6.30-2-lts
2024/05/13 12:11:35 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1073741816:1073741816
2024/05/13 12:11:35 [notice] 1#1: start worker processes
2024/05/13 12:11:35 [notice] 1#1: start worker process 29
2024/05/13 12:11:35 [notice] 1#1: start worker process 30
2024/05/13 12:11:35 [notice] 1#1: start worker process 31
2024/05/13 12:11:35 [notice] 1#1: start worker process 32
172.18.0.7 - - [13/May/2024:12:11:43 +0000] “GET / HTTP/1.1” 200 5 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0” “”
172.18.0.7 - - [13/May/2024:12:11:44 +0000] “GET /flutter_service_worker.js?v=5.8.53 HTTP/1.1” 200 0 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0” “”
172.18.0.7 - - [13/May/2024:12:12:03 +0000] “GET / HTTP/1.1” 200 5 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0” “”
172.18.0.7 - - [13/May/2024:12:12:04 +0000] “GET /flutter_service_worker.js?v=5.8.53 HTTP/1.1” 200 0 “-” “Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:125.0) Gecko/20100101 Firefox/125.0” “”
Docker says (app):
2024-05-13T12:11:35Z [INFO] [Entrypoint]: Initialising Invoice Ninja…
INFO Configuration cached successfully.
INFO Caching the framework bootstrap files.
config … 42ms DONE
routes … 89ms DONE
INFO Discovering packages.
imdhemy/laravel-purchases … DONE
intervention/image … DONE
invoiceninja/inspector … DONE
laravel/slack-notification-channel … DONE
laravel/socialite … DONE
laravel/tinker … DONE
laravel/ui … DONE
livewire/livewire … DONE
nesbot/carbon … DONE
nunomaduro/termwind … DONE
nwidart/laravel-modules … DONE
sentry/sentry-laravel … DONE
socialiteproviders/manager … DONE
spatie/laravel-data … DONE
spatie/php-structure-discoverer … DONE
turbo124/beacon … DONE
webpatser/laravel-countries … DONE
INFO Nothing to migrate.
2024-05-13 12:11:39,897 WARN For [program:php-fpm], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2024-05-13 12:11:39,898 WARN For [program:scheduler], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2024-05-13 12:11:39,898 WARN For [program:queue-worker], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2024-05-13 12:11:39,898 WARN For [program:queue-worker], redirect_stderr=true but stderr_logfile has also been set to a filename, the filename has been ignored
2024-05-13 12:11:39,900 INFO supervisord started with pid 1
2024-05-13 12:11:40,904 INFO spawned: ‘shutdown’ with pid 60
2024-05-13 12:11:40,907 INFO spawned: ‘php-fpm’ with pid 61
2024-05-13 12:11:40,910 INFO spawned: ‘queue-worker_00’ with pid 62
2024-05-13 12:11:40,912 INFO spawned: ‘queue-worker_01’ with pid 63
2024-05-13 12:11:40,916 INFO spawned: ‘scheduler’ with pid 64
READY
[13-May-2024 12:11:40] NOTICE: [pool www] ‘user’ directive is ignored when FPM is not running as root
[13-May-2024 12:11:40] NOTICE: [pool www] ‘user’ directive is ignored when FPM is not running as root
[13-May-2024 12:11:40] NOTICE: [pool www] ‘group’ directive is ignored when FPM is not running as root
[13-May-2024 12:11:40] NOTICE: [pool www] ‘group’ directive is ignored when FPM is not running as root
[13-May-2024 12:11:40] NOTICE: fpm is running, pid 61
[13-May-2024 12:11:40] NOTICE: ready to handle connections
2024-05-13 12:11:41,975 INFO success: shutdown entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-13 12:11:41,975 INFO success: php-fpm entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-13 12:11:41,975 INFO success: queue-worker_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-13 12:11:41,975 INFO success: queue-worker_01 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-13 12:11:41,975 INFO success: scheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
172.30.0.3 - 13/May/2024:12:11:43 +0000 “GET /index.php” 200
INFO No scheduled commands are ready to run.
172.30.0.3 - 13/May/2024:12:12:03 +0000 “GET /index.php” 200