Filter
Exclude
Time range
-
Near
Migrating 10 GB of MySQL data to Postgres completed. Ran into a few annoying quirks in the production environment using pgloader, but eventually it worked. Now monitoring and weekend mode.
9
633
18 Nov 2025
btw adakah yang pernah migrate dari mysql ke postgre? pake pgloader bikin bingung astaga
2
3
1,036
Already running pgloader to funnel the old data from PlanetScale to Prisma Postgres 🚀
1
2
98
29 Apr 2025
Replying to @tegnike
息長いサービスはMySQLが多いかもですが、pgloaderで割と一瞬で移行ができるのと、pgvectorはMastraもSupabaseも使えたはずで割と決着ついてそうですね🤔 ニケちゃんさんはかわいいモデルも作っていてすごいなと思って見てます!
1
2
102
24 Apr 2025
"🚚 One-Time MySQL to PostgreSQL Migration with pgloader Docker (Windows-Friendly)" by @CapwellMurimi #DEVCommunity dev.to/capwellmurimi/one-tim… As promised. Not long but maybe it might help. @KanjaErick @Jaded_f @Gafu_art @Wairimunjihia1 @StanleyMasinde_ @Dalton254_ke
19 Apr 2025
Replying to @Dalton254_ke
I'll write an article on it by the end of this week
1
7
21
930
Depending on your tech stack, assuming a js/ts codebase, you can use drizzle to easily switch between mysql and postgres database in your project. For data migration, try any data dump and conversion tools like pgLoader.
2
38
25 Mar 2025
Trip To Japan now runs on Supabase Postgres 😤 Migrating from sqlite to Postgres is not easy - it was a mix of Zod for type cleanup, pgloader to cast column types and @atlasgo_io to recreate constraints, defaults and indexes
1
3
403
Replying to @ericlbarnes
I spent a week or two trying to find the easy way. There isn’t one. The best answers I got were people who built a loader in code. Those who could make a tool work used pgloader but their results were extremely mixed.
1
7
1,707
25 Feb 2025
Replying to @ericlbarnes
How much data do you have? Do a csv dump from TablePlus or use a tool called pgloader
1
2
874
10 Dec 2024
I had to do this a few years ago at work for an application we use that switched to Postgres. I used pgloader I believe. pgloader.readthedocs.io/en/l…

2
2
57
I've been trying for a few days to do a quick-and-dirty database migration test from SQL Server to PostgreSQL, facing all kinds of issues with pgloader. I then asked ChatGPT to write a C# migration tool, and 15 minutes later, I have a working proof of concept:
6
682
26 Nov 2024
Replying to @mattstauffer
I did it once with pgloader. I started @TradersPostInc on mysql and migrated to pgsql.
1
2
388
Learn how to migrate an MSSQL database to Postgres using pgloader with these clear and concise steps. Perfect for seamless database transitions. #DEVCommunity #Database dev.to/maulik2900/dump-mssql…

2
198
The only drama I enjoy is watching pgloader smoothly transfer a specific table from mysql to postgresql 🍿😂 #databasetransfer #devhubby devhubby.com/thread/how-to-i…"

5
15
Então disse pra ele desistir disse e ele mesmo fazer os INSERTs. Ele disse que entendia a minha frustração e se negou a fazer (IA cansada), mas ao menos indicou três ferramentas uteis para estes casos: pgLoader, Data Generator for SQL Server e generatedata.com (usei este)

2
63
Moved all my MySQL data from PlanetScale to PostgreSQL on DigitalOcean using pgloader and a bit of manual work in pgAdmin 🥳 Done! ✅
3
12
1,256
Replying to @ryanjyoder @tapoueh
It wasn't a live migration luckily, I followed this steps - Stop cloud mySQL DB - Import mySQL dump to localhost - use pgLoader to migrate mySQL to pgSQL DB on localhost - Import pgSQL from localhost to cloud server
2
23