• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

MySQL to PostgreSQL

wick3dr0se

Member
Joined
Sep 24, 2020
Messages
45
Solutions
1
Reaction score
12
How can I migrate TFS 1.3 from MariaDB to PostgreSQL? In config.lua I tried changing mysqlHost to sqlHost, mysqlUser to sqlUser, etc. I use Adminer instead of phpMyAdmin for the front end and I tried uploading the schema.sql from the forgottenserver which worked fine with MariaDB(MySQL). The schema won't upload with PostgresSQL in Adminer or through command line. It gives me syntax errors in schema.sql. I tried editing the syntax to examples of Postgres create table commands but I can't seem to get it right. I've seen others on the forum discussing Postgres, but haven't seen a working example. No conversion tools such as pgloader have worked for me
 
would you mind to tell us why would you like to change these? btw its not only the .sql file what would need changes, but your entire source queries and the AAC (znote/gesior etc) would need to be changed in order to work with PostgreSQL



OR I'M JUST TALKING A BUNCH OF NON SENSE 😁
 
would you mind to tell us why would you like to change these? btw its not only the .sql file what would need changes, but your entire source queries and the AAC (znote/gesior etc) would need to be changed in order to work with PostgreSQL



OR I'M JUST TALKING A BUNCH OF NON SENSE 😁
I wanted to attempt to serve my database with Redis, PostgreSQL and GitLab by following the Arch Wiki:
 
Back
Top