Closed devuar closed 1 week ago
Hey @devuar -
Can you please set version 2.0.0?
Change this:
services:
invoiceshelf:
image: invoiceshelf/invoiceshelf:1.2.2
to this:
services:
invoiceshelf:
image: invoiceshelf/invoiceshelf:2.0.0
There were some known issues that are already resolved in v2.0.0
When trying to re-run the installation:
Also, note that the database host should be invoiceshelf_db
if you are using the default docker-compose mysql variant.
Hope this helps.
Thank you @gdarko for your advice. But the error was the same. What I found out that my already running MySQL container seems was not compatible. Therefore, had to launch another container but with MariaDB (as was specified in docker-compose.yml file) and all went smooth. My idea was not to have running 2 containers with databases. Well, meanwhile my server has enough RAM... Thanks.
I'm trying to install the app with MySQL docker-compose.yml file but it stucks on Installation step:
There are no logs about this error.
Infra:
MySQL 8.4.3 running in Docker. Database has charset by default "utf8mb4_0900_ai_ci". Database User authentication has "Native password authentication" on.
InvoiceShelf:
What am I doing wrong? Thanks!