Open ruliezz opened 6 years ago
Confirmed.. same issue when following procedures as described at https://jujucharms.com/wordpress/
Once bootstrapped, deploy the MySQL charm then this WordPress charm: juju deploy mysql juju deploy wordpress
Add a relation between the two of them: juju add-relation wordpress mysql Expose the WordPress installation: juju expose wordpress
After this, I only get a "504 - Gateway time out error"
Upon investigating, the wordpress charm seems to work with mysql charm on AWS. Only got this working on GCP 2 out 20 times. To troubleshoot, I've tried deploying mysql first and let it complete. Only then deploy wordpress. Unfortunately, same result.
Arther running juju add-relation wordpress mysql or any other webapp e.g. mediawiki the webapp cant connect to mysql db in GCP, it works in AWS. However the same webapps works perfect with mariadb in GCP.
juju debug-log