A general look at the process of moving Ruby on Rails application from a dedicated server into a cloud environment. Marcin presents the details about the old solution: its architecture, drawbacks, and challenges.
https://youtu.be/OZcL53JnxMQ
How To Migrate a Rails App From a Dedicated Server Into Cloud Environment? - Marcin Prokop PART I
1. Migration big RoR app
From dedicated server to Cloud
Part 1
Marcin Prokop
2. Background
- ongoing Ruby on Rails application with a huge technical debt
- based on many services like Sidekiq, Postfix, MySQL, Passenger, Nginx,
Sphinx
- and everything hosted in one instance
https://tomgoodfellow.typepad.com
2
7. Not really...
- the solution is not reliable and requires monitoring and maintenance
- no backups for storage, config files
- no portability
- installing new libs was painful
- at the company, we don’t deal with the server management
- no documentation from the previous developers
7