Self hosting fails on AWS EC2 #643
Unanswered
srameshr
asked this question in
Self-Hosted Support
Replies: 3 comments 7 replies
-
Please share more of your logs; there was probably an issue with creating the DBs in the first place, error messages for those would be higher up in the logs. |
Beta Was this translation helpful? Give feedback.
7 replies
-
@srameshr What docker tag are you running? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I switched to the latest and it worked.
…On Mon, Jan 25, 2021 at 7:13 PM Uku Taht ***@***.***> wrote:
@srameshr <https://github.com/srameshr> What docker tag are you running?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6FTIEOUGY4I4SPAEOQ74TS3VYPJANCNFSM4WP5YLNA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running
docker-compose up --detach
on AWS Linux 2 fails with the following errors:Also, why does it create databases with a numeric postfix like
events_db_1
and then searches forevents_db
with no postfix?Beta Was this translation helpful? Give feedback.
All reactions