-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy command 74_mautic_plugins fails due to non-existing tables #109
Comments
The database hasn't had the install ran yet... Try setting MAUTIC_INSTALL to 1 for one deployment. |
I have the same issue, MAUTIC_INSTALL is set to 1, totalcaos@build-host:~/Documents/mautic-eb$ eb printenv However, when I look at the eb logs: Output from aurora (db name = mauticebdb) mysql> show databases; mysql> use mauticebdb; Database changed |
What type of report is this:
Description:
Would love to see some more detailed install/deploy instructions for us new to AWS EBS. I had to guess quite a bit, and I still can't get mautic-eb to install properly. First it failed because EC2 wasn't able to connect to EFS, then same with RDS. Setting up a new security group with some options solved this.
Now however, the command
74_mautic_plugins
errors because the mautic tables have not been added in the database.Disclaimer: first time ever using AWS EBS.
Thanks for creating this project!
If a bug:
Steps to reproduce:
eb init
php 7.1, etc.eb create
+ envvars as in documentation. -> fails due to no access to EFS.eb deploy
Log errors:
The text was updated successfully, but these errors were encountered: