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

Please provide the following information: - [ ] pgloader --version ``` $ pgloader --version pgloader version "3.6.2" compiled with SBCL 1.4.0-1.el7 ``` - [ ] did you test a fresh...

Adding support to build arm64 docker images. Fixes: https://github.com/dimitri/pgloader/issues/1513

I noticed this while migrating a mssql databse with many custom schemas to Postgres. The resulting columns in Postgres weren't `SERIAL`. - [x] pgloader --version 3.6.9 ([this](https://github.com/dimitri/pgloader/issues/1324#issuecomment-1890064176) docker image because...

Attempts to fix #944 I do not know how to run the pgloader unit/regression test suite - please tell me how to do it and/or verify that my patch does...

- [x] pgloader --version ``` pgloader version "3.6.7~devel" compiled with SBCL 2.1.1.debian ``` - [x] did you test a fresh compile from the source tree? ~Unfortunately I can't, because building...

Hi, I'm not able to connect with MSSQL having servername 192.168.01.12\sqlserver2014,1436 username sa and password test@123. Can anyone help me to find how to specify source with above details Regards...

URL that does not end with simple file link query cant be read to system files data url is changed to public csv file due to risks of privacy, but...

I am currently trying to migrate my Apache Guacamole DB, which currently resides in MariaDB, to PostgresSQL. The schema and all tables are created. However when it starts the copy...

Hi 👋 I would like to propose a PR to add support for read-only transactions when using PostgreSQL as source. Currently, Pgloader utilizes read-write transactions by default, which, while necessary...

Hello every one, Let me explain our problem Recently, we migrate our solution from Redhat 7.5 with PostgreSQL 9.6.9 and pgloader 3.4.1 to Rocky Linux 8.9 with PostgreSQL 13.14 and...