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

Issue Description When migrating data from SQL Server to PostgreSQL using pgloader, Arabic text stored in NVARCHAR and VARCHAR columns is being converted to question marks (???) instead of preserving...

- [x] pgloader --version ``` pgloader version "3.6.3~devel" compiled with SBCL 2.1.11.debian ``` - [x] did you test a fresh compile from the source tree? No, I did sudo apt...

- [ ] pgloader --version ``` pgloader version "3.6.70f3557" compiled with SBCL 2.3.1-bp155.1.27-suse ``` - [x] did you test a fresh compile from the source tree? yes, built from source...

Adds instructions on how to specify a password in the mssql connection URL.

``` 2025-04-22T06:55:15.810204Z ERROR Database error 22P02: invalid input syntax for type bigint: "null" QUERY: CREATE TABLE directus_files ( id text, storage text, filename_disk text, filename_download text, title text, type text,...

When trying to run the script, it throws errors like: ``` SET MySQL PARAMETERS ^ (Line 13, Column 14, Position 354) ``` or ``` AFTER CREATE SCHEMA DO ^ (Line...

I use pgloader -E but can't see cp950 code, Chinese characters are not correct.

#### Description When using `pgloader` to perform a **data-only** migration from **Microsoft SQL Server** to **PostgreSQL**, and specifying a column naming convention such as `snake_case`, an **additional underscore** is incorrectly...

I open a new issue in reference to this one: https://github.com/dimitri/pgloader/issues/1211 I have the same error: 2025-03-26T13:53:21.070001Z ERROR mysql: 76 fell through ECASE expression. Wanted one of (2 3 4...

`(m2p) root@16ach:~ pgloader mysql://root:[email protected]/ec_project postgresql://postgres:[email protected]/ec_project 2025-05-03T13:49:30.010000Z LOG pgloader version "3.6.7~devel" 2025-05-03T13:49:30.010000Z LOG Data errors in '/tmp/pgloader/' KABOOM! DB-CONNECTION-ERROR: Failed to connect to pgsql at "192.168.3.98" (port 5432) as user "postgres":...