Dear Maintainer,
I would like to use PostgreSQL as a database backend (https://docs.luanti.org/for-server-hosts/database-backends/).
However, I'm getting the following error:
```
2026-05-04 19:04:25: ERROR[Main]: An unhandled exception occurred: "Database backend postgres not supported."
2026-05-04 19:04:25: ERROR[Main]: In thread 7fbddf38d040:
2026-05-04 19:04:25: ERROR[Main]: ./src/main.cpp:275: int main(int, char**): A fatal error occurred: "Database backend postgres not supported."
```
It seems like the luanti-server package is compiled without Postgres
support.
Maybe this can help:
- https://github.com/luanti-org/luanti/blob/master/doc/compiling/README.md?plain=1#L32
- https://forum.luanti.org/viewtopic.php?t=16689
Thank you really much :)