T.v.Dein
T.v.Dein
> Hi, are you sure that this is related to the WAL-G? I think it is in the S3 SDK area of responsibility to correctly handle such cases and throw...
> Are you suggesting a feature that essentially allows you to override the entries for a given version? Yes and no :) Either override or fill empty entries. Take a...
Hi, I am also affected by this issue, so I tried the fork as well. I needed to manually install libknot, pidof and psutil. However it fails anyway: ``` Traceback...
Here's the fix: ```diff diff --git a/knot_exporter.py b/knot_exporter.py index 8b1ce4e..3d16b27 100755 --- a/knot_exporter.py +++ b/knot_exporter.py @@ -19,6 +19,7 @@ def memory_usage(): out = dict() pids = subprocess.check_output(['pidof', 'knotd']).split(b' ') for...
Yes it works! Do I see this right, knot_exporter.py is going to be part of the official distribution? Great! kind regards, Tom
I'd propose this: there's already a way to add an array of tiles to an entity as outlined by @airtonix. However, this has to be done for each and every...
Ah, thanks a lot, this works!
Ahm, no it doesn't :( Here's my test program: ```go package main import ( "fmt" "github.com/kelindar/tile" ) type Cell struct { sprite string } const ( height int16 = 9...
PS: and there's a pattern (although I can't see which): it doesn't matter how often the latter loops runs, it's always the same grid positions without a cell. So I...
Here's the output on an instance which has 18 backups retained (2 more than expected): ``` root@pg-smalltestdataba3fba3-1:/home/postgres# echo DEVEL>/run/etc/wal-e.d/env/WALG_LOG_LEVEL root@pg-smalltestdataba3fba3-1:/home/postgres# su - postgres postgres@pg-smalltestdataba3fba3-1:~$ envdir "/run/etc/wal-e.d/env" wal-g delete retain 16...