I try to update my servas container to the latest version. Even when I try to start from scratch I get the same result.
Docker is running in a debians based lxc container.
I use the standard .env an compose.yaml files provided by you. I only changed the APP_URL. I use the sqllite db as suggested
This is the error I find in the logs, the funny thing is, that it seems it fails with a connectrioin to a mysql db:
Starting Migration...
Illuminate\Database\QueryException
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select table_name as name, (data_length + index_length) as size, table_comment as comment, engine as engine, table_collation as collation from information_schema.tables where table_schema = 'forge' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name)
I try to update my servas container to the latest version. Even when I try to start from scratch I get the same result.
Docker is running in a debians based lxc container.
I use the standard .env an compose.yaml files provided by you. I only changed the APP_URL. I use the sqllite db as suggested
This is the error I find in the logs, the funny thing is, that it seems it fails with a connectrioin to a mysql db:
Starting Migration...
Illuminate\Database\QueryException
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select table_name as
name, (data_length + index_length) assize, table_comment ascomment, engine asengine, table_collation ascollationfrom information_schema.tables where table_schema = 'forge' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name)