I wouldn’t know about the OS beging grown 6GB. I install InvoicePlane every weekend (on Debian) and don’t encounter that problem
I am using Casaos, which is a cut down debian server install. It installs at approx 9GB, when I installed ran Invoiceplane on the newly installed OS, it downloaded approx 200 debian packages, adding 6G to the OS, obviously dependancies it needed, it also compiled lots of programs as well.
Your database is missing one of the most important tables. Check the database, to see if any tables exist
I don’t know anything about databases, I don’t even know how to get into phpmyadmin, as the usual username passwords don’t work. What should they be?
By the way, what should the owner/permissions be on all files in ip
directory? Just in case they changed …
Will I have to redo the whole thing from scratch? Or, is there a way to fix the database?
Here is the startup, note there is a couple of warnings:
[+] Running 5/5
✔ Network ip_invoiceplane Created 0.2s
✔ Container invoiceplane-db Created 0.2s
✔ Container invoiceplane-php Created 0.1s
✔ Container invoiceplane-dbadmin Created 0.2s
✔ Container invoiceplane-nginx Created 0.1s
Attaching to invoiceplane-db, invoiceplane-dbadmin, invoiceplane-nginx, invoiceplane-php
invoiceplane-db | 2023-08-02 08:25:45+12:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.4+maria~ubu2204 started.
invoiceplane-db | 2023-08-02 08:25:46+12:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
invoiceplane-db | 2023-08-02 08:25:46+12:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.4+maria~ubu2204 started.
invoiceplane-db | 2023-08-02 08:25:47+12:00 [Note] [Entrypoint]: MariaDB upgrade not required
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] Starting MariaDB 10.11.4-MariaDB-1:10.11.4+maria~ubu2204 source revision 4e2b93dffef2414a11ca5edc8d215f57ee5010e5 as process 1
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Number of transaction pools: 1
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
invoiceplane-db | 2023-08-02 8:25:47 0 [Warning] mysqld: io_uring_queue_init() failed with ENOMEM: try larger memory locked limit, ulimit -l, or https://mariadb.com/kb/en/systemd/#configuring-limitmemlock under systemd (262144 bytes required)
invoiceplane-db | 2023-08-02 8:25:47 0 [Warning] InnoDB: liburing disabled: falling back to innodb_use_native_aio=OFF
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Completed initialization of buffer pool
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
invoiceplane-dbadmin | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.25.0.16. Set the 'ServerName' directive globally to suppress this message
invoiceplane-dbadmin | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.25.0.16. Set the 'ServerName' directive globally to suppress this message
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: 128 rollback segments are active.
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: log sequence number 47030; transaction id 16
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] Plugin 'FEEDBACK' is disabled.
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
invoiceplane-db | 2023-08-02 8:25:47 0 [Warning] 'default-authentication-plugin' is MySQL 5.6 / 5.7 compatible option. To be implemented in later versions.
invoiceplane-db | 2023-08-02 8:25:47 0 [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] InnoDB: Buffer pool(s) load completed at 230802 8:25:47
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] Server socket created on IP: '0.0.0.0'.
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] Server socket created on IP: '::'.
invoiceplane-php | [02-Aug-2023 08:25:47] NOTICE: fpm is running, pid 1
invoiceplane-php | [02-Aug-2023 08:25:47] NOTICE: ready to handle connections
invoiceplane-db | 2023-08-02 8:25:47 0 [Note] mysqld: ready for connections.
invoiceplane-db | Version: '10.11.4-MariaDB-1:10.11.4+maria~ubu2204' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
invoiceplane-nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
invoiceplane-nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
invoiceplane-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
invoiceplane-nginx | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
invoiceplane-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
invoiceplane-nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
invoiceplane-dbadmin | [Tue Aug 01 20:25:47.872480 2023] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.57 (Debian) PHP/8.2.8 configured -- resuming normal operations
invoiceplane-dbadmin | [Tue Aug 01 20:25:47.872599 2023] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
invoiceplane-nginx | /docker-entrypoint.sh: Configuration complete; ready for start up