Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Migrate rails production app from heroku to DigitalOcean

Hi I have a production app deployed on Heroku, this app has sidekiq (Redis server), Elasticsearch, postgresql, SSL endpoint and other add-ons.

My heroku monthly bill is becoming very very expensive, around $120 monthly, while in DigitalOcean I can have my app running for just $10 bucks.

I could not find any useful guide about how to migrate a production app from heroku to DigitalOcean. I found some simple guides but for very basic apps, mine has a lot of services like Redis server, elastic search and many others.

If you can provide some, that would be great, or maybe some of you already migrated such an app like this.

Thanks in advance