-
I like the module but doing 'service rethinkdb restart' never works for me. Giving the following:
```
root@db-6:/var/lib/rethinkdb/instances.d/db-6# service rethinkdb restart
rethinkdb: db-6: The ins…
-
Hi Privex,
I have implemented this “WebUI for email logs”-solution and am happy with it. Thanks.
What is the retention time (in days) for log entries in the RethinkDB database?
Is it configurab…
-
Hi, it seems that it is currently not possible to connect to rethinkdb providing username and password. Since authKey is not present in the latest version of rethinkdb, the only way to get this proxy …
-
`rethinkdb dump` by default creates a file that contains colons, such as `rethinkdb_dump_2017-01-24T21:34:23.tar.gz`. This can be overriden with `-f`, BUT, since all the actual data files are stored i…
-
Hello,
below are my dockers running in my ubuntu 18.04 machine:
rethinkdb:2.3
sorccu/adb:latest
openstf/latest
scripts to run:
#start db
docker run -d --name rethinkdb -v /srv/rethinkdb:/da…
ktoya updated
5 years ago
-
```
PS C:\Users\user\Documents\works\deno\tms\deno-app> deno run -A .\main.ts
Check file:///C:/Users/user/Documents/works/deno/tms/deno-app/main.ts
error: TS7022 [ERROR]: 'query' implicitly has typ…
-
## Issue - Bug
- OS: OSX
- Node version: `v4.4.4`
- NPM version: `3.9.0`
- RethinkDB version: `2.3.2`
I'm trying to get `meatier` to connect to a local Docker container of rethinkdb. I set the `DATA…
-
Rethinkdb memory utilization keeps on increasing and when it reaches around 95% rethinkdb crashes.
Attaching the GCP memory utilization dashboard which shows the effect of restarting and how it in…
-
We are setting up the rethinkdb on AWS ec2 server. We are facing the problem with scaling of rethinkdb.
When an server on specific region down we want to up the replica of same serve in same region w…
-
The gz/zip support in Python is painfully slow. I'd much rather rethinkdb-dump just dumped an uncompressed file that I could feed to pigz.
Bonus points if it could send it to stdout so I don't nee…