Artem Starik
Artem Starik
How i can check it? may be yes if i manual delete externalsecret k8s-secret will also be deleted.
> You can disable RDB files being saved by using the config save "", which would remove background RDB saves entirely. i disable it in my config file ( see...
`FLUSHALL` is not supported list of supported commands placed [here](https://github.com/Netflix/dynomite/blob/dev/notes/redis.md)
Nope. If you stop-start dynomite-node it lost changes which was created while node was offline. The same situation happiness if your node has network problems
how many keys in your dump?
you shouldn't use `replica-read-only yes` with `active-replica yes`
And what's happening on the `MASTER 10.1.143.50` logs?
Did you delete LVMVolume ?
i got the same error with 3 node running as multi-master and without appendonly file. I restart one of it and get this: ``` 138:199:S 03 May 2023 10:28:39.573 *...
as i can see something strange happening while keydb starting with multiply replicas. e.g. in my config i have 2 replicaof entries ``` replicaof 10.22.0.203 6379 replicaof 10.22.1.234 6379 ```...