pgloader
pgloader copied to clipboard
Migrate to PostgreSQL in a single command!
Ubuntu 21.10 pgloader version "3.6.2" compiled with SBCL 2.0.6.debian `pgloader --list-encodings` ``` Name Aliases -------- -------------- debugger invoked on a TYPE-ERROR in thread #: The value #(#S(SB-IMPL::EXTERNAL-FORMAT :NAMES (:ASCII :US-ASCII...
Hey! I am trying to import a mysql dump file (that was dumped with --compatible=postgresql) using pgloader into a running postgres db. I saw in the documentation an example for...
# Bug Report - [x] pgloader --version ``` $ pgloader --version pgloader version "3.6.3~devel" compiled with SBCL 2.2.3 ``` I assume it's tagged as ~devel for a reason, this was...
Hi, I was trying to install pgloader via this command: `brew install --HEAD pgloader` This is the output and error reported: ``` ==> Cloning https://github.com/dimitri/pgloader.git Updating /Users/wilson/Library/Caches/Homebrew/pgloader--git ==> Checking out...
Using docker: ``` sonarqube_db = mysql docker container db_postgres = postgresql docker container pgloader_ccl:latest = pgloader docker container build with Dockerfile.ccl ``` Running pgloader finished (after ~ 5 min) with...
Hi Dimitri, I load CSV data into postgres database using pgloader. Need to rollback the inserted data if no of rejected record count exceeds 50 . Could you please advise...
Hello Demitri, May you please help me to fix the below issue.. 1. Problem Statement:: I am using LOAD COPY to load the data into my DB. Since one of...
I've got a fairly large import from CSV which has several post load queries to clean up data. It would be useful to be able to log individual queries after...
Thanks for contributing to [pgloader](https://pgloader.io) by reporting an issue! Reporting an issue is the only way we can solve problems, fix bugs, and improve both the software and its user...
Hi! - [x] pgloader --version ` pgloader version "3.6.1" (installed through brew on mac Catalina) compiled with SBCL 1.5.8 ` - [x] did you test a fresh compile from the...