You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .ebextensions/database.conf, Yum does not have mysql available for installation. Please replace mysql to mariadb. It's working from my end to deploy EB service on AWS.
packages:
yum:
mariadb: []
Thanks.
The text was updated successfully, but these errors were encountered:
In .ebextensions/database.conf, Yum does not have mysql available for installation. Please replace mysql to mariadb. It's working from my end to deploy EB service on AWS.
Thanks.
The text was updated successfully, but these errors were encountered: