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

- [X] pgloader --version ``` pgloader version "3.6.3047c9a" compiled with SBCL 2.0.1.debian ``` - [X] did you test a fresh compile from the source tree? Yes. - [X] did you...

- [ ] pgloader --version ``` pgloader version "3.6.2" compiled with SBCL 2.0.11 ``` and ``` pgloader version "3.6.3047c9a" compiled with SBCL 2.1.3 ``` - [ ] did you test...

- [x] pgloader --version ``` 3.6.2 ``` - [x] did you test a fresh compile from the source tree? Yes - [x] did you search for other similar issues? Yes...

1. I am trying to upload a csv file to pgloader which has 1600 , 1200 got uploaded but out .dat file has only 300, where are other 100 records...

Hey! We're running pgloader on one host against multiple MySQL databases on different target hosts (not a `localhost/127.0.0.1` issue). Against one of the target hosts, we see the following error:...

``` $ docker run --rm -it --network host dimitri/pgloader:latest pgloader mysql:// postgresql://[email protected]/newdb 2021-10-21T00:28:20.016000Z LOG pgloader version "3.6.3~devel" 2021-10-21T00:28:20.051000Z LOG Migrating from # 2021-10-21T00:28:20.051000Z LOG Migrating into # 2021-10-21T00:28:20.578000Z ERROR mysql:...

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...

The [docs](https://pgloader.readthedocs.io/en/latest/ref/mssql.html#excluding-table-names-like) state that the `excluding table names matching` command with comma separated table names should be used to exclude tables, but the `matching` keyword doesn't work at all for...

This allows multiple `excluding table names like 'TABLE' in schema 'SCHEMA'` rules to be provided in the load file when parsing data from and MS SQL database. The following rule...

- [x] pgloader --version ``` 3.6.1 ``` - [ ] did you test a fresh compile from the source tree? - [x] did you search for other similar issues? -...