About 115,000 results
Open links in new tab
  1. Migrate mysql to postgres using pgloader - Stack Overflow

    May 14, 2020 · I'm trying to migrate mysql to postgres using pgloader, since I'm using window so, I installed pgloader in windows linux subsystem, and I have used following command to migrate the …

  2. Build or Install pg_loader on Windows - Stack Overflow

    This solution may come a little late to the original asker, but for those still searching for a windows solution. I can confirm that I was able to get pgloader working using Docker for Windows. My …

  3. postgresql - pgloader - how to specify schema - Stack Overflow

    Apr 2, 2024 · How can I specify the schema in the pgloader connection string? The following code works fine but fails when I add the last line. I've tried various approaches, but one of the errors I …

  4. Newest 'pgloader' Questions - Stack Overflow

    Sep 4, 2025 · pgloader is failing to load Spanish language characters sets in PostgreSQL. Are there any settings in PostgreSQL and/or pgloader that need to be enabled before trying to transfer the data?

  5. pgloader: Heap exhausted, game over. problem - Stack Overflow

    May 25, 2020 · pgloader: Heap exhausted, game over. problem Asked 5 years, 7 months ago Modified 1 year, 4 months ago Viewed 11k times

  6. Postgres - pgloader - Column names are converted to lower case in ...

    Jan 22, 2024 · I have inherited a large MySQL database and want to move data to postgresql db. In this case when I run below command to dump data from MySQL, facing the issue that column names are …

  7. Error using pgloader to migrate from MySQL to Postgres

    Jul 6, 2024 · Per here pgloader MySQL: data only When this option is listed pgloader only issues the COPY statements, without doing any other processing. In other words the tables have to already …

  8. pgloader - fast data loading for PostgreSQL - Stack Overflow

    Jan 14, 2015 · I also got to this questions and it seems pgloader does not support yet parallel loading using batch options you mention. It is a bit confusing but official documentation explains that these …

  9. How to convert SQLite SQL dump file to PostgreSQL?

    98 pgloader I came across this post when searching for a way to convert an SQLite dump to PostgreSQL. Even though this post has an accepted answer (and a good one at that +1), I think …

  10. How do you build pgloader from source using "make pgloader"?

    Apr 3, 2023 · pgloader ERROR mysql: 76 fell through ECASE expression. I found this issue on Github and it seems a couple of people had success after installing pgloader from source instead of apt-get. …