-
Please provide the following information:
- [ ] pgloader --version
```
$ pgloader --version
pgloader version "3.6.2"
compiled with SBCL 1.4.0-1.el7
```
- [ ] did…
-
**pgloader**
```
pgloader --version
pgloader version "3.6.2"
compiled with SBCL 1.4.0-1.el7
```
```
LOAD database
from mysql://user1:_{blabla}_@192.168.5.200:3306/hshub_epg_dev
…
-
Is it possible migrate mssql onprem database to postgresql database with below scenario:-
suppose we have table name "employee_name" in source database can we migrate that table into "employee_ID…
-
Thanks for this nice tool. It's is doing an amazing job for large parts. We encountered only issues with binary data.
```
[114] STATEMENT: UPDATE public."asset" SET "labelIcon" = DECODE(ENCODE("l…
-
Hello,
I have encountered another problem with cl-postgres package in pgloader. Code is trying to migrate table which contains bytea column. It issues SELECT from the table which casts all columns as…
-
Hello!
I need your help. Documentation for PostgreSQL to PostgreSQL migration claims that I can use "rows per range" option:
```
* rows per range
How many rows are fetched per SELECT query when u…
-
LOAD CSV
FROM '/dbf/appworx/pgscript/temp_table_data.csv' (INV_ID)
INTO postgresql://username:password@hostname:portname/dbname
TARGET TABLE temp_inv_table
Running through shells script -
#!/…
-
hello,
i want to migrate sqlite database to postgresql. unfortunately i got strange error.
i am using ubuntu 18.04
steps i follows:
1.` cp /var/lib/dbconfig-common/sqlite3/redmine/instances/…
-
- [x] pgloader --version
```
pgloader version "3.6.1"
compiled with SBCL 1.4.0-1.el7
```
- [x] did you test a fresh compile from the source tree?
Yes
-…
-
When trying to build pgloader using ABCL instead of SBCL and CCL (by replacing sbcl with abcl command in the makefile), I keep getting USOCKET not found error although I have usocket installed. It wou…