Kamal 2 with PostgreSQL
Play
20:34 CC

Kamal 2 with PostgreSQL

#478 Oct 13, 2024 pro
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.

From Heroku to Kamal
Play
25:26 CC

From Heroku to Kamal

#462 Jun 23, 2024 pro
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.

Campfire Deploy with Kamal
Play
21:47 CC

Campfire Deploy with Kamal

#440 Jan 28, 2024 pro
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.

HAProxy
Play
15:15 CC

HAProxy

#484 Nov 24, 2024 pro
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.