wallabag / wallabag/docker

Aborted connection # to db: 'unconnected' user: 'unauthenticated' host: 'x.x.x.x' (This connection closed normally without authentication)

Open
#420 4 comments 3 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
769
Forks
168
PR merge metrics
No merged PRs in 30d

Description

Hello
Since omnivore is going down, I decided to try wallabag, but I hit a snag.

I'm trying to install via docker compose.
Everything gets installed
![Screenshot_67](https://github.com/user-attachments/assets/2a8d366c-a531-478e-888f-3d76b0ddda6a)

But...
Mariadb returns:
`[Warning] Aborted connection 3 to db: 'unconnected' user: 'unauthenticated' host: '172.29.0.4' (This connection closed normally without authentication)`

I found the supposed solution to this issue at the [mariadb-docker](https://github.com/MariaDB/mariadb-docker/issues/560) github page:
Adding this
```command: --character-set-server=utf8mb4 --collation-server=utf8mb4_bin```
to the mariadb compose would fix the problem..

So I did and nothing changed.. it still returns the same error.

I already tried:
- several different mariadb versions from 10.4 to 11.4.2.
- only `--character-set-server=utf8mb4` in command

Have anyone gone through the same problem?
Thank you!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.