Hacker News
- Migrating 1200 databases from MySQL to Postgres http://psyenix.blogspot.com/2017/08/migrating-1200-db-from-mysql-to-postgres.html 82 comments
- How Swat.io migrated from MySQL to PostgreSQL in 2 years http://garage.socialisten.at/2017/04/how-swat-io-migrated-from-mysql-to-postgresql-in-2-years/ 13 comments
- MySQL vs. PostgreSQL comparison by Anchor (github's migration team) http://www.anchor.com.au/hosting/dedicated/mysql_vs_postgres 42 comments
- An open-sourced MySQL PostgreSQL data migration tool in Rust https://github.com/apecloud/ape-dts 2 comments
Lobsters
- Migrating in-place from PostgreSQL to MySQL https://engineeringblog.yelp.com/2024/10/migrating-from-postgres-to-mysql.html 8 comments databases , practices
- How We Migrated a Large Complex Database from MySQL to PostgreSQL at Gotedo https://tech.ndianabasi.com/how-we-migrated-a-large-complex-database-from-mysql-to-postgresql-at-gotedo 9 comments postgresql
- Migrating 1200 db from Mysql to Postgres http://psyenix.blogspot.com/2017/08/migrating-1200-db-from-mysql-to-postgres.html 47 comments programming
- How would you guys go about migrating a large database from MySQL to PostgreSQL? https://www.reddit.com/r/rails/comments/5gxqhw/how_would_you_guys_go_about_migrating_a_large/ 12 comments rails
- Migrating django app from MySQL to Postgres http://agiliq.com/blog/2014/05/migrating-django-app-from-mysql-to-postgres/ 3 comments django
- Easy migrations for relational databases with rollback on failure (works with at least Postgres and SQLite, but probably not MySQL) https://github.com/burntsushi/migration 5 comments golang
- Migrating from PostgreSQL to MySQL http://www.tocker.ca/2013/09/05/migrating-from-postgresql-to-mysql.html 3 comments mysql
- I'm planning to migrate some local databases (MySQL, PostgreSQL, and SQL Server) to Google Cloud SQL. In your opinion / past experience, what is the best approach to migrate these databases to the cloud? https://cloud.google.com/datastream/docs/overview 10 comments googlecloud