pgloader icon indicating copy to clipboard operation
pgloader copied to clipboard

Migrate to PostgreSQL in a single command!

Results 325 pgloader issues
Sort by recently updated
recently updated
newest added

Good morning sirs, I would like to import a mysql database to postgres. The mysql db use latin1 as charset, postgres utf8. When I run pgloader mysql://myuser:mypwd@myserver/dbname postgresql://pguser:pgpwd@pgserver/dbname all seems...

If you create a postgres database with scram-sha-256 authentication, pgloader is not able to authenticate! ``` initdb --data-checksums --pwprompt --auth=scram-sha-256 --encoding=UTF-8 --locale=C.UTF-8 . pgloader mysql://root@localhost/mydb postgresql:///mydb ``` pgloader segfaults in...

- [X] pgloader --version i'm using mac apple silicon, and installed pgloader by brew but not work. and also installed by manual but it doesn't work too same issue ```...

- [ ] pgloader --version ``` pgloader version "3.6.3~devel" compiled with SBCL 2.1.11.debian ``` - [x] did you search for other similar issues? - [ ] how can I reproduce...

Hello I'm having this issue with the folllowing config ` pgloader version "3.6.6" compiled with SBCL 2.2.5 ` MySQL table defintion: ```sql CREATE TABLE `mytable` ( `last_update` datetime(6) NOT NULL...

It would seem that env var `PGUSER` is used instead of `PGDATABASE` as the database name when no explicit database name is given in the connection string. - [x] pgloader...

The included CSV file has a newline in one of the header fields. This causes the import to fail with ``` FATAL non whitespace after quoted data [...] ``` When...

I would love to see `pgloader` available as an [Alpine Linux package](https://pkgs.alpinelinux.org/packages) Currently we have to build it from source, which adds significant time to our pipeline. I might look...

* pgloader --version ``` $ pgloader --version pgloader version "3.6.2" compiled with SBCL 2.0.11 ``` * did you test a fresh compile from the source tree? No. Tested brew version...

- [ ] pgloader --version ```sh # Ubuntu 20.04 on Windows 10 WSL2 pgloader version "3.6.1" compiled with SBCL 1.4.15.debian ``` - [ ] did you test a fresh compile...