Smruti

Results 5 comments of Smruti

[Update] Running the container once, before testing it, seems to solve the issue. ``` docker run --rm ${CONTAINER_REGISTRY}:${CI_PIPELINE_ID} php -v ``` Not sure about the root cause yet.

> Multiple KCQL statements can be provided to the connector to support multiple topics, separated by a semi-colon. For example: > > ``` > INSERT INTO kafka-backup:data1 SELECT * FROM...

**### Update** I replicated the data of a single topic to another bucket and the restore worked as expected. I deliberately didn't copy the `.indexes/` folder to the new bucket....

This is what I did ``` wget -v --tries=5 --wait=3 --retry-connrefused --continue --no-dns-cache https://deb.nodesource.com/node_10.x/pool/main/n/nodejs/nodejs_10.22.0-1nodesource1_amd64.deb dpkg -i nodejs_10.22.0-1nodesource1_amd64.deb apt-get install -f -yqq rm nodejs_10.22.0-1nodesource1_amd64.deb ```

> I see this after `vault operator init` on the other nodes, until they are restarted, then everything is as expected. I deploy a 3 node HA cluster to K8s...