Re: MySQL to PostgreSQL converter?
Thomas Kellerer <[email protected]> Thu, 12 Sep 2019 20:20:20 +0200
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <[email protected]> |
Stephen Froehlich schrieb am 12.09.2019 um 18:47: > I was excited/relieved to see that AWS is now (finally) offering a > PostgreSQL aurora serverless service … I have been using MySQL > serverless for a given project but am quite frustrated with the > immaturity of the RMySQL package compared to RPostgres and a number > of issues it causes, so I would like to convert the database over > (which is a non-live analysis database, so I can do a dump, convert, > and restore with relative ease). > > What tools do you like for this kind of conversion? ora2pg - despite the name - can also migrate a MySQL database to Postgres. https://ora2pg.darold.net/