mattermost / mattermost-docker

Deprecated
Apache License 2.0
964 stars 575 forks source link

Elastic Beanstalk Deployment Fails #352

Open everhusk opened 5 years ago

everhusk commented 5 years ago

Followed the AWS Elastic Beanstalk Guide and it doesn't seem to be working, both with the eb-cli or manually in AWS.

From the EB dashboard: 'Create environment operation is complete, but with errors. For more information, see troubleshooting documentation.'

I dug into the EC2 instance to check the docker activity logs and here is what it shows: error

Any help would be appreciated!

jasonblais commented 5 years ago

@pichouk Would you have insight on what the errors might indicate?

pichouk commented 5 years ago

I'm sorry I never used Beanstalk, this was a contribution guide from @eungjun-yi. I don't know if there is anyone that still successfully use it...

cpanato commented 5 years ago

@Everhusk give me a few days, I will deploy and test this out.

everhusk commented 5 years ago

Hey @cpanato, any update on this?

cpanato commented 5 years ago

@Everhusk sorry for the delay, i was out. i will check this early next week

cpanato commented 5 years ago

this should fix the issue: https://github.com/mattermost/mattermost-docker/pull/355

the issue is you need to set up the config.json otherwise the container will fail to start.

everhusk commented 5 years ago

@cpanato Thanks for following up! Tried the fix but was still a no go, were you able to get it running using the eb cli?

cpanato commented 5 years ago

@everhusk yes, i was able to get it running within the eb cli

ggros commented 5 years ago

I tried to use the eb cli. Deployment worked but is not usable, 2 issues:

Naman-Bhalla commented 4 years ago

@cpanato I think that the issue with EBS installation of Mattermost still remains. I get "failed to write file: open /mattermost/config/config.json: permission denied" while doing eb deploy. Maybe you have any input on the same? Thanks

fabioespinosa commented 4 years ago

@Naman-Bhalla did you figure out a way to fix the permission error on Elastic Beanstalk?