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

1.task-canal subscribes to MySQL binlog and synchronizes it to Kafka. Does this need to be persisted to MySQL? Because I see that task-canal-adapter seems to need to be persisted to...

I have the following table. The `parent_name_isroot` CHECK constraint does not get copied over to postgres. The documentation seems to imply that all constraints are copied over and I can't...

hi , Please, Could any one help me on how to install pgloader in amazon linux 2 under arm64 arch Thanks , naveen

This makes sure we do not select dependencies form the pg_operator class or other similar things. Otherwise, if your FK has a dependency on something like a `pg_operator` (e.g., when...

Hi, I'm trying to migrate from sqlite to postgres. It seems to not be connecting to the postgres database with SSL, which is required by Azure. Failed to connect to...

I am doing MSSQL Server to PostgreSQL Migration . i have created table using pgloader after that migrating data into tables. I am getting this error. 2025-01-31T21:31:42.028511Z INFO Stopping monitor...

Some Tables are migrated, the most are not. Any helpful error message given, neither in the logs. LOAD DATABASE FROM postgres://pgmigrator@:6432/foo_system_slot0 INTO pgsql://postgres@/foo_slot0 WITH include drop, create tables, create indexes,...

- [X] pgloader --version ``` pgloader version "3.6.2" compiled with SBCL 2.1.1 ``` - [X] did you test a fresh compile from the source tree? Yes: 3.6.3047c9a commit 3047c9afe141763e9e7ec05b7f2a6aa97cf06801 (2020-02-12)...

- [ x] pgloader --version ``` latest from github repo ``` - [ x] did you test a fresh compile from the source tree? I cloned the repo and tried...