Nick Jones
Nick Jones
At the moment we set the run mode for Magento in the Nginx configuration, but we don't do anything on the CLI image. This means that we could have Magento...
This is [currently hardcoded to community edition](https://github.com/meanbee/docker-magento2/blob/e4257f0aeab3b5c7f5f7972c36caf215e1a57f64/7.0-cli/bin/magento-installer#L20).
The environment variables are `sed`ded into place in various configuration files. If an environment variable is not defined then the variable substitution string remains and results in a broken configuration...
When running `magentoconfigsync load example.yml` on a Magento 2 installation all configuration entries in the `example.yml` will be output, regardless of whether they changed. This needs to be brought in...
It's a stupid idea. Will require a major version bump. https://github.com/punkstar/mageconfigsync/blob/master/src/MageConfigSync/Command/DiffCommand.php#L88
**Steps to Reproduce** * `magedbm2 get projectthatdoesntexist` **Expected Outcome** An error saying 'projectthatdoesntexist' does not exist. **Actual Outcome** ``` Failed to download the backup file: Error executing "GetObject" on "https://yourbucketname.s3.eu-west-2.amazonaws.com/projectthatdoesntexist/";...