papermerge / papermerge-core

Papermerge DMS core backend, REST API server, and frontend UI
https://papermerge.com
Apache License 2.0
307 stars 55 forks source link

MySQL/MariaDB with socket #420

Open blizzard4591 opened 3 months ago

blizzard4591 commented 3 months ago

Dear Papermerge team,

I am trying to set up Papermerge with a MariaDB backend, following this.

My setup has a DB instance available via socket that I usually mount via a docker volume mount. I tested various usual ways of passing the socket through the DB url (?socket=, ?unix_socket=, user:pass@/path/to/socket.sock), but none worked. Can you give some guidance on what configuration needs to be used for Papermerge?