Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ After the version validation, please verify the MySQL host is set to `mysqlmaste

You should see something similar to `'host' => 'mysqlmaster',`. If this is not the case please make sure the database connection host is set to `mysqlmaster` instead of `localhost` or `127.0.0.1` in the magento configuration file at `<magento_root>/app/etc/env.php`.

#### Disable supervisor services

Make sure supervisor is disabled and that there are no supervisor services configured.

#### Disable Podman services

Make sure podman is disabled and that there are no podman services running.

### Application Specific Requirements - Magento2

#### Supported CMS
Expand Down
Loading