Flavius

Results 29 comments of Flavius

Hi, @RichardMills did you installed [`stack-mu-plugin`](https://github.com/presslabs/stack-mu-plugin)? In order to work, you have to install this plugin which creates a stream wrapper, more details can be found [here](https://github.com/presslabs/stack-mu-plugin/blob/master/src/Stack/MediaStorage.php#L8)

Here are two examples: * classic WordPress approach: https://github.com/presslabs/stack-example-wordpress (which is a little bit outdated) * bedrock WordPress structure: https://github.com/presslabs/stack-example-bedrock

Hi @engmsaleh, This is because the certificate is not issued by Let's Encrypt but by the default issues. You have to configure Stack to uses Let's Encrypt. Using helm just...

Hi @1121437613, Can you please check the operator logs? Also, please list the statefulsets to see if the operator managed to deploy it.

There is not such as an `HTTP backup`. Backups are made using Percona [Xtrabackup](https://www.percona.com/doc/percona-xtrabackup/2.4/index.html) and published on remote storage, like Google Storage, AWS S3 or Azure Blob. To do a...

Oh, ok, You can specify an HTTP remote for rclone, see [documentation](https://rclone.org/http/) but it's read-only, you can use it to initialize a cluster, for example. But you can't publish backups...

This is a new feature so that backups can be made on a PVC or on host path volume. Contributions are welcome!

Hi @gnoguchi ! I need more details. Please share with me the logs from mysql container: ``` kubectl -n transaction logs contract-api-cluster-mysql-0 -c mysql ``` I suspect that node `contract-api-cluster-mysql-0.mysql.transaction`...

Hi @liyongxian , node-2 it's ok, it in a `detached` mode, set by [orchestrator](https://github.com/github/orchestrator), the tool that we use for fast failovers. Indeed the node-0 should connect successfully to node-2....

Hi @chenmin1992, Ther is no method to disable the PVC cleaner but the operator does not delete the data for node 0, in any case, so your data is safe....