Hacker News new | ask | show | jobs
by cinquemb 4612 days ago
Might be off topic, but for anyone interested in porting your data over from MySQL to Postgres, I found this[0] useful from the Postgres docs.

I had to edit it very little to fit how my data was stored, and imported it successfully to work within Django.

[0] https://github.com/lanyrd/mysql-postgresql-converter

1 comments

Not off topic at all, thanks. The only time I've ever heard of people using MariaDB was because they were using MySql. Sure, its a valid reason to pick a technology, but its got to be be one of the worst reasons.