Wilfried Goesgens
Wilfried Goesgens
Quoting https://systemd.io/CONTAINER_INTERFACE/ - ``` Note that it is our intention to make systemd systems work flawlessly and out-of-the-box in containers. In fact we are interested to ensure that the same...
It seems that it fails with newer kernels. Upstream systemd says: docker does it all wrong: https://github.com/systemd/systemd/issues/19504 It seems to work with other containerizers.
From my POV yes! Our @arangodb CI leans on this for nightly package testing.
can you please post all initial commandlines / configurations created by the starter?
Hi, please note that ArangoDB 3.7.13 is available for download. It contains lots of bugfixes above your current version (3.7.2 if I get that correctly?) and one of them is...
@hwde Good catch! except for... `ArangoError 1470: non-traditional key generators are not supported for sharded collections` which is [missing in the Documentation](https://docs.arangodb.com/latest/Manual/DataModeling/Collections/DatabaseMethods.html)- fixed with 6bd5df42ea2495b389f8e60cca5cdcf77d7990cc
Related / duplicate: https://github.com/arangodb/arangodb/issues/6041
Hi, please note that [3.7.2 is end of life.](https://www.arangodb.com/subscriptions/end-of-life-notice/) please note as well, that there was the latest patch release 3.7.16; You should upgrade at least to that, to benefit...
Currently we don't have an ETA for this. We are working on migrating to [velocypack](https://github.com/arangodb/velocypack/) for disk and network IO. Velocypack can produce json, or a binary data format which...
If a patch operation only changes attributes of a document that the other operation didn't change, this could qualify for retrying such an internal update retry: ``` { a: true,...