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