Skip to content

Instantly share code, notes, and snippets.

View hiloyt's full-sized avatar

Sebastian hiloyt

  • Vitrifi
  • London, UK
  • 12:06 (UTC +01:00)
View GitHub Profile
@hiloyt
hiloyt / mysql-to-postgresql.md
Last active June 30, 2020 08:28
Sentry / Django app migrate from MySQL to PostgreSQL

What do you need? 🧰

I recommend pgloader build with ccl. This way can avoid problems with memory (dimitri/pgloader#327).

  • (optional) Docker

Docker is the simplest way to build pgloader with ccl on all systems from ready-to-use Dockerfile.