In this episode, we expand on the previous episode by changing our database from Sqlite to PostgreSQL. We'll dive into some problems and some tricks to best handle the change. While we don't perform a data migration, we'll explore different ways to handle this.
Ready to migrate your app off of Heroku? In this episode, we guide you through a full migration, from backing up data to securing your new server setup.
In this episode, we look at setting up our Campfire instance to be deployable with Kamal instead of the Once CLI. This has a few benefits over the standard deployment mechanism if you are going to be tweaking and making your own changes to the Campfire code. We'll also look at taking in the incoming changes from Once to rebase into our Kamal setup.
In this episode, we explore deploying HAProxy, a high performant load balancer, with Kamal. We'll look at various scenarios where it is a great fit and other scenarios where you'd want to avoid HAProxy.