External Publication
Visit Post

Problems • Map can't migrate to PostgreSQL

Luanti Forums - Index page [Unofficial] March 29, 2026
Source

Hello, I tried to migrate map backend from SQLite to PostgreSQL and I have got this problem:

Code:

2026-03-29 00:58:33: VERBOSE[Main]: httpfetch_init: parallel_limit=82026-03-29 00:58:33: INFO[Main]: Gettext: domainname="luanti" path="/usr/share/locale"2026-03-29 00:58:33: INFO[Main]: Message locale is now set to: C2026-03-29 00:58:33: WARNING[Main]: MINETEST_SUBGAME_PATH is deprecated, use MINETEST_GAME_PATH instead.2026-03-29 00:58:33: INFO[Main]: Using commanded gameid [MtV7]2026-03-29 00:58:33: VERBOSE[Main]: Using world path [/home/container/.minetest/worlds/MtV6_01]2026-03-29 00:58:33: VERBOSE[Main]: Using gameid [MtV7]2026-03-29 00:58:33: INFO[Main]: Creating map database with backend "sqlite3"2026-03-29 00:58:33: INFO[Main]: MapDatabaseSQLite3: split column format = yes2026-03-29 00:58:33: ERROR[Main]: Database backend "postgresql" unknown or not supported2026-03-29 00:58:33: ERROR[Main]: An unhandled exception occurred: "Database backend "postgresql" unknown or not supported"2026-03-29 00:58:33: ERROR[Main]: In thread 709c7071ca80:2026-03-29 00:58:33: ERROR[Main]: ./src/main.cpp:280: int main(int, char**): A fatal error occurred: "Database backend "postgresql" unknown or not supported"

I use game server on Pterodactyl on Debian (CLI), I tried it with hosting provider and it was without success. Before it, I tried the migrate it on Windows 11 Home from sqlite3 to postgresql, too unsuccessful. After it, I tried migrate to LevelDB (not for use, only test of migration) and it was succesful.

Statistics: Posted by MatyasP — Sun Mar 29, 2026 00:58


Discussion in the ATmosphere

Loading comments...