Hi, I can not use Digital Ocean as none of there payment gateway is not working for my country and its not easy to get credit card in my country. So I installed discourse on AWS EC2 using docker image and AWS SES for smtp (as it is lot cheaper than all the recommended services).
For failure recovery, I tried to use AWS RDS postgres and modified app.yml accordingly but it throws
rake db:migrate
failed
error. I tried but it doesn’t seem to work. So I have only one option of putting everything in single instance (which works BTW) but what if this instance goes down. How to mange this problem?