-
Hi Dimitri
I want to use pgloader in my firm but I can't install it because of firewall rules.
It would be nice to have an antonomous package, because in the most part of firms we can't go out to th…
did16 updated
6 years ago
-
Hi,
When a timestamp/date field has data with the month name explicitly specified, the data is being auto converted to the month value in number .
Eg: When the data file has value 'May 20 2018' …
-
I am working on trying to use pgloader for a MySQL to PostgreSQL migration. Everything seems to be going well except for one issue. There hundreds of tables and columns that start with “ao_” that are…
-
While doing QA for https://github.com/cockroachdb/cockroach/issues/28158, I ran into a few issues with the docs that may (or may not) be worth fixing. Feel free to split this into multiple issues.
…
-
Hi,
I'm starting to learn how to use your tool and as my first attempt I tried to execute the example script that is in the site:
```
LOAD DATABASE
FROM mysql://root@localhost/sakila
…
-
I am trying to migrate from MYSQL to PGSQL.
I am using the command:
```
./build/bin/pgloader --debug -d -S -v mysql://rt4_user@localhost/rt4 pgsql://rt4mig:password@remote/rt4migrate
```
…
-
Vzycházim z tohoto https://keboolacz.zendesk.com/agent/tickets/3594
Pokud nazev sloupce zacina cislici, hodi to podivnou hlasku a uz vubec to nerika delat aby to fungovalo.
[2018-06-13 16:41:24]…
-
Can I import a column of unix file timestamps, encoded as seconds since epoch (such as produced by `stat --format "%Y" *.txt`), into postgresql timestampz column using --cast?
I've tried `--cast co…
-
Hi,
While attempting to convert schema and data from mysql to postgresql I'm getting the following error:
```
Index 2047535 out of bounds for (SIMPLE-ARRAY (UNSIGNED-BYTE 8)
…
-
- [X] pgloader --version
```
pgloader version "3.5.0957bd0" compiled with SBCL 1.4.0-1.el7
```
- [X] did you test a fresh compile from the source tree?
- [X] did y…