Hacker News new | ask | show | jobs
by gavinray 1728 days ago
Use the Docker image, here's a tutorial written by someone I helped migrate MySQL to Postgres entirely in Docker (because they also had troubles with running it locally):

https://dev.to/narayandreamer/mysql-to-postgres-migration-us...

I recommend the Docker image over downloading and running it locally anyways tbh -- you can just prune Docker images to remove stuff without needing to remember to delete it, and you don't have to copy it to your bin dir in PATH.