-
Server version: 2.0.0
Client version: 2.0.0
DB server set up through AWS Marketplace. Created a user and granted
```
r.db('mydb').grant('myuser', {read: true, write: true, config: false});
```
I g…
-
I'd really love to see alpine version in here. This would reduce image size even more :)
holms updated
6 years ago
-
I want to read the Java example document about publish - subscribe model of 'RethinkDB' official Site. But I found 404 error at official site.
https://rethinkdb.com/docs/publish-subscribe/java/
-
Hi RethinkDB Team, I've been using RethinkDB along with the Python driver for about a year now. I'm pretty good about always running with the latest release of both. (I follow both on VersionEye, so I…
-
- Setup an AWS docker swarm with convoy installed on each node
- Create an EBS volume through docker py:
```
swarm_client.create_volume(
name='someuuid',
driver='convoy',
dri…
-
This test appears to test identically created indexes, twice:
https://github.com/rethinkdb/rethinkdb-ts/blob/main/test/manipulating-tables.ts#L298-L310
I just wanted to let you know in case you mi…
-
@atassis thanks for investing so much time in this module!
I just started a new project with RethinkDB and I really enjoy it! I am missing documentation though, so I jump between the official docs an…
-
Got this comment in a recent HN thread:
> +1 to using RethinkDB! I'm also using RethinkDB in production, and I love it! The only issue is that you have to set up persistent filters via iptables in ad…
-
This is a bit related to #2732 and comes from my experience with #5427, but probably deserves its own issue. Per #5427, my cluster ended up in a state where 4 of 5 replicas went into a "backfilling" s…
-
One of my rethinkdb-cluster members just crashed:
```
Jul 16 20:00:47 fulla rethinkdb[30536]: error: Heartbeat timeout, killing connection to peer [::ffff:10.206.0.2]:54426
Jul 16 20:00:48 fulla …