pgloader
pgloader copied to clipboard
Migrate to PostgreSQL in a single command!
Followed #1177 suggestion: build from latest sources Still having `invalid input syntax for type timestamp` error Tried both versions pgloader version "3.6.3~devel" compiled with SBCL 2.1.1.debian pgloader version "3.6.a94a0a3" compiled...
**pgloader** ``` pgloader --version pgloader version "3.6.2" compiled with SBCL 1.4.0-1.el7 ``` ``` LOAD database from mysql://user1:_{blabla}[email protected]:3306/hshub_epg_dev into postgresql://user2:_{password}[email protected]:9999/dbhula_hb AFTER LOAD DO $$ alter schema dbhula_hb_dev rename to dbhula_hb; $$...
I am using pgloader version "3.6.1" compiled with SBCL 1.4.0-1.el7 to import the [Who's On First postcode sqlite database](https://data.geocode.earth/wof/dist/sqlite/whosonfirst-data-postalcode-latest.db.bz2) which is stored locally into "PostgreSQL 11.7 on x86_64-pc-linux-gnu, compiled by...
- [ ] pgloader --version ``` 3.6.a94a0a3 ``` - [ ] did you test a fresh compile from the source tree? yes - [ ] did you search for other...
```bash Last 15 lines from /Users/patryk/Library/Logs/Homebrew/pgloader/01.make: --load local-projects/pgloader-3.6.2/src/hooks.lisp \ --load-system pgloader \ --eval '(setf pgloader.params::*version-string* "3.6.2")' \ --entry pgloader:main \ --dynamic-space-size 4096 \ --compress-core \ --output bin/pgloader.tmp ;; loading system...
Hi Dimitri, I am new to this pgloader, I have successfully tested the migration of mysql to postgresql with some of the examples presented. Similiarly, I am testing out the...
Thanks for contributing to [pgloader](https://pgloader.io) by reporting an issue! Reporting an issue is the only way we can solve problems, fix bugs, and improve both the software and its user...
Thanks for contributing to [pgloader](https://pgloader.io) by reporting an issue! Reporting an issue is the only way we can solve problems, fix bugs, and improve both the software and its user...
Wondering how I can get around having pgloader handle whitespace, trying to quote {{VAR}} doesn't seem possible.
Hi Dimitri, I'm currently evaluating PGLoader 3.6.3 on : Oracle Linux 8.5 I am trying to migrate a MS SQL Server to postgres. I first ran ./bootstrapCentos7.sh that installed all...