-
I actually don't use MoSQL, I was just posting to see if anyone had a better way to handle storing the oplog time tracker. The idea of every time an oplog record is handled, it updates the db can be …
-
Hi,
When I run the command **mosql --collections collections.yml --skip-tail** for importing data from Mongo db to Postgre, I am getting the following error.
**`rescue in block in copy_data': un…
-
Getting a NoMethod error on initial run. Any ideas?
`mosql -c /etc/mosql/collections.yml --mongo mongodb://ip/test --sql postgres://host/test`
`/usr/local/lib/ruby/gems/2.0.0/gems/mosql-0.4.3/lib/mo…
-
I have the following exception when importing a collection, the data should be valid since it is already present in the database.
Any ideas?
```
/var/lib/gems/1.9.1/gems/bson-1.10.2/lib/bson/bso…
-
I have been working with MongoDB 2.4.12 attempting to migrate to PostgreSQL 9.4.X for a system migration. Most of the collections translate but I am unable to get past this error.
I have tried swappi…
-
I recently updated to `mongoid 5.0`, which in turn relies on `mongo (~> 2.1)`. Unfortunately, we're getting this error right now:
```
/app/vendor/bundle/ruby/2.1.0/gems/mosql-0.4.0/lib/mosql/cli.rb:1…
-
Currently mosql has excellent support for pgsql covering most of the pgsql statements (which again is close to ANSI standard). It also provides helper methods to expand on the pgsql dialect. So new qu…
-
Hi all! I am new to Mongodb and am struggling porting over my database to Postgresql. I run the "mosql --collections collections.yaml --skip-tail" command, a table gets created, and then no data seems…
-
This is not exactly an issue, and Boy, it would be nice to know if this is possible before attempting to implement.
-
Not sure if this is a Sequel issue. Also tried https://github.com/remind101/sequel-redshift with same issue.
```
/var/lib/gems/1.9.1/gems/sequel-4.8.0/lib/sequel/adapters/postgres.rb:161:in `async_e…