Tim Bordemann

Results 13 comments of Tim Bordemann
trafficstars

Same problem here, running on Raspbian 10 (Debian Buster): ```bash $ ./cloudflare-ddns --configure Traceback (most recent call last): File "./cloudflare-ddns", line 10, in from tld import get_fld File "/home/pi/.local/lib/python2.7/site-packages/tld/__init__.py", line...

@doughnet Found a workaround to the problem. You can install the python module on Debian Buster with ```bash $ apt install python-backports.functools-lru-cache ```

If you want to keep your existing data, you can rewrite the migration to: ``` /** * @param Schema $schema */ public function up(Schema $schema) { // this up() migration...

After jumping into the postgres pod and running the restore script, which has already been started as seen in the pod logs (`python3 /scripts/clone_with_wale.py --recovery-target-time="2021-04-12T18:00:00+01:00"`), the databases have finally been...

> Are you trying to create a clone that is called like the source cluster? Choose a different name. Do I really have to use a different name, even if...

> @ovizii i need to prove my guess, everyone with this Problem use more than one trv (group) > Right? The problem also only occurs with trv groups for me.

Same problem here after upgrading to 3.4.0/3.4.1. I am running the client on MacOS arm64, so it seems that all operating systems and architectures are affected.

Thanks, I have removed the affinity rules for now. My other idea, to reduce the number of fluentd replicas, to be able to run the configheck periodically, works only as...