Good afternoon all, first time post, long time user.
Yesterday i had to reboot my server, and sogo did not come back. I have ben reviewing the docker logs and i get the following:
nginx:
/bin/sh: can’t open /etc/nginx/conf.d/templates/server_name.template: no such file
phpfpm:
Waiting for SQL…
These repeat over and over.
mariadb container looks to be up 🇦
2024-03-16 00:10:08+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.33+maria~ubu2004 started.
2024-03-16 00:10:09+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2024-03-16 00:10:09+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.4.33+maria~ubu2004 started.
2024-03-16 00:10:09+00:00 [Note] [Entrypoint]: MariaDB heathcheck configation file missing, assuming desirable
2024-03-16 00:10:09+00:00 [Note] [Entrypoint]: MariaDB upgrade (mysql_upgrade or creating healthcheck users) required, but skipped due to $MARIADB_AUTO_UPGRADE setting
2024-03-16 0:10:09 0 [Note] Starting MariaDB 10.4.33-MariaDB-1:10.4.33+maria~ubu2004 source revision 46e3a7658b774942e9320a1acb234373bb44e874 as process 1
2024-03-16 0:10:09 0 [Note] InnoDB: Using Linux native AIO
2024-03-16 0:10:09 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2024-03-16 0:10:09 0 [Note] InnoDB: Uses event mutexes
2024-03-16 0:10:09 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2024-03-16 0:10:09 0 [Note] InnoDB: Number of pools: 1
2024-03-16 0:10:09 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-03-16 0:10:09 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
2024-03-16 0:10:09 0 [Note] InnoDB: Initializing buffer pool, total size = 24M, instances = 1, chunk size = 24M
2024-03-16 0:10:09 0 [Note] InnoDB: Completed initialization of buffer pool
2024-03-16 0:10:09 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2024-03-16 0:10:10 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-03-16 0:10:10 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-03-16 0:10:10 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-03-16 0:10:10 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2024-03-16 0:10:10 0 [Note] InnoDB: Waiting for purge to start
2024-03-16 0:10:10 0 [Note] InnoDB: 10.4.33 started; log sequence number 119707214; transaction id 2024350
2024-03-16 0:10:10 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2024-03-16 0:10:10 0 [Note] Server socket created on IP: '::'.
2024-03-16 0:10:10 0 [Warning] 'proxies_priv' entry '@% root@644a50a480b4' ignored in --skip-name-resolve mode.
2024-03-16 0:10:10 6 [Note] Event Scheduler: scheduler thread started with id 6
2024-03-16 0:10:10 0 [Note] mysqld: ready for connections.
Version: '10.4.33-MariaDB-1:10.4.33+maria~ubu2004' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
2024-03-16 0:10:10 0 [Note] InnoDB: Buffer pool(s) load completed at 240316 0:10:10
i am not sure what the h happened, i have ran upgrade.sh a few times
Any help appreciated, and failing getting it working again without a full rebuild, how can i get my email out for reimport?
Thanks
James