caiiiycuk / postgresql-to-sqlite

pg2sqlite is easy to use solution to create sqlite database from postgresql dump
MIT License
129 stars 11 forks source link

sqlite db is just empty #26

Closed KIC closed 3 months ago

KIC commented 4 months ago

The conversion seemingly succeeds but then the generated file is just 0 bytes.

14:00:51.719 [main] INFO  c.g.c.pg2sqlite.LoggedIterator - Progress 97.6%, elapsed: 0m 0s 252ms / remaining: 0m 0s 5ms...   
14:00:51.721 [main] INFO  c.g.c.pg2sqlite.LoggedIterator - Progress 97.8%, elapsed: 0m 0s 254ms / remaining: 0m 0s 5ms...   
14:00:52.809 [main] INFO  com.github.caiiiycuk.pg2sqlite.Boot$ - Well done...
14:00:52 kic@Z:~/Downloads$ ll TestData.db 
-rw-rw-r-- 1 kic kic 0 May  8 14:00 TestData.db
caiiiycuk commented 4 months ago

Could you provide input dump to test?

caiiiycuk commented 3 months ago

Closing this because of bad bug description.