Ranger Chan
Ranger Chan
There are two ways to use curl to get the result. ```bash # 1. Ignore CA check curl --insecure https://magento.test/ # 2. Use CA file docker cp "$(docker compose ps...
Just provide helpful resourece: https://github.com/magento/magento-cloud-docker/blob/50c77b0dc30ea33b86fe8d02224342d6c9484e93/images/opensearch/1.2/Dockerfile#L1-L21 https://github.com/magento/magento-cloud-docker/blob/50c77b0dc30ea33b86fe8d02224342d6c9484e93/src/Test/Integration/_files/cloud_base_developer/docker-compose.exp.yml#L66-L79
Required setting for `docker-compose.yml` ```yml opensearch: environment: - DISABLE_SECURITY_PLUGIN=true ```
I guess their service using the same ports, so try to `bin/stop` docker-magento and restart your service for your local project. Error message needs to more details to confirm the...
Ref: https://github.com/netz98/n98-magerun2/issues/999
@nicolas-medina @robert-j-peterson My workaround is below: ``` cd # Dump SQL file in container bin/n98-magerun2 db:dump magento.sql # Copy SQL file from container to local bin/copyfromcontainer magento.sql # Remove SQL...
@nicolaspernot @markshust It's fixed in [n98-magerun2 version 5.2](https://github.com/netz98/n98-magerun2/releases/tag/5.2.0) ```bash # Remove old n98-magerun2 bin/cli rm bin/n98-magerun2.phar bin/n98-magerun2 --version # Downloading n98-magerun2.phar, just a moment... # n98-magerun2.phar: OK # n98-magerun2 5.2.0...
Recommend: `git clone --depth=1` for shallow clone to save image size
@markshust Forget the above message I added `docker-compose.healthcheck.yml` for `bin/start` without until statement in bash script Please review it.
@markshust Yes, here is waiting for the `bin/docker-compose` commit. It's updated to put `docker-compose.healthcheck.yml` into `bin/docker-compose` and then remove `until` wait for RabbitMQ and Elasticsearch services