-
- [ ] pgloader --version
```
pgloader version "3.6.7~devel"
compiled with SBCL 2.1.11.debian
```
- [ ] did you test a fresh compile from the source tree?
No
---
I've be…
-
- [x] pgloader --version
```
pgloader version "3.6.9"
compiled with SBCL 2.3.4
```
- [ ] did you test a fresh compile from the source tree?
Compiling pgload…
-
Using docker:
```
sonarqube_db = mysql docker container
db_postgres = postgresql docker container
pgloader_ccl:latest = pgloader docker container build with Dockerfile.ccl
```
Running pgloader…
-
```jsx
/**
* Postgresql Loader use dataloader to batch sql queries
* @flow
*/
import type { TableSinglePrimaryKey } from '../../TypeDefinition';
function indexResults(results, indexField, c…
-
Hi,
We are migrating MySQL DB to PostgreSQL DB (both are hosted on Azure).
And we receive very strange error:
```
[root@vm-test home]# pgloader --debug commands.load
pgloader version 3.6.1
co…
-
Hi Dimitri
I have a use-case which would be a good fit for AWS Lambdas within a VPC.
Basically, once a message / file is received within AWS SQS / SNS / S3, I want to trigger a lambda function which…
-
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…
-
I can't complie pgloader on centOS 7.
I had a version in June which worked very well. i downloaded the latest version and i have build errors
>docker build -f Dockerfile.ccl -t pgloader:debian .
S…
-
Hello ,
I tried to install Pgloader by compiling SBCL on RHL7 but compiling with make does not work because of a curl to quicklisp.
I don't have any linux vm that can access the internet on my envi…
-
I'm trying to figure out if I can use pgloader for replication (mysql => postgres), and I could not find a good answer.
I played with anther tool ([pg_chameleon](https://pgchameleon.org/)), but it l…