Mike Yantis
Results
2
comments of
Mike Yantis
Thanks for your post. The pgloader command that worked for me was: pgloader --verbose --type sqlite db.sqlite3 postgresql://mike:password@localhost/cryptodb Before pgloader I was trying to use the django dumpdata w/ sqlite...
Instead of postgres@localhost try postgres:password@localhost