#1135758 luanti-server: Add Postgres Support

Package:
luanti-server
Source:
luanti-server
Description:
Multiplayer infinite-world block sandbox (server)
Submitter:
Tuxilio
Date:
2026-05-05 15:41:02 UTC
Severity:
normal
#1135758#5
Date:
2026-05-05 15:30:28 UTC
From:
To:
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 :)