Potions

Potions

Forum Sponsor

Hi everyone!

I’m Alekx, some of you may know me from ElixirCasts. I always wished there were a simple, affordable way to get Phoenix apps onto servers I control, so I built Potions: https://potions.io

Think Laravel Forge or Hatchbox, but for Elixir. Connect DigitalOcean or Hetzner and a GitHub repo, and Potions provisions and hardens the server, then gives you push-to-deploy with Mix releases: zero-downtime deploys, one-click rollback, automatic migrations, auto SSL, per-app Postgres, scheduled tasks, monitoring, backups, live logs, and a browser IEx console. There’s also no limit to the number of apps you can run on your servers.

It all runs on your own servers with full SSH access, so if you ever cancel, your apps keep running.

I’d love your feedback and I’m happy to answer any questions!

Showing Posts 1 to 8

AstonJ

AstonJ

Congratulations Alekx :tada:

Potions looks great - I’m sure lots of people will find it useful, and I’m glad you support Hetzner as some of our servers are with them.

Be cool to have a Potions giveaway one day if you fancy it :003:

Schultzer

Schultzer

How do you handle migrations in a Elixir cluster?

Potions

Potions OP

Forum Sponsor

Thanks Aston!

Potions

Potions OP

Forum Sponsor

Right now Potions doesn’t support clustering (each app lives on one server today), but it’s on the roadmap.

For current deploys, migrations run automatically on every deploy, with zero configuration for a standard Phoenix app: Potions calls your MyApp.Release.migrate() (with an Ecto.Migrator fallback if your app doesn’t define one). Migrations run before the new version takes traffic, while the old version is still serving, so deploys stay zero-downtime. If a migration fails, the deploy stops and your live app is untouched.

Dmk

Dmk

How is it handling the zero-downtime deploys on the server?

Potions

Potions OP

Forum Sponsor

Each app runs as blue/green slots on your server, each with its own port and systemd service. On a deploy, the new version starts in the inactive slot, while the old one keeps serving traffic. Once the new slot passes health checks, Caddy is updated to switch traffic over, and the old slot drains in-flight requests before stopping. If the new version doesn’t pass health checks, the deploy fails and traffic is never switched over.

spammy

spammy

Is it possible to self host potions?

Potions

Potions OP

Forum Sponsor

No, it’s not. I’m not opposed to doing this in the future, but I don’t have any plans for it.

— All posts loaded —

Where Next? Top

Trending in Announcing Top

woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
fuelen
Hi all! I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas. You...
New
anuaralfetahe
Hello Published a new library - ProcessHub! ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
sergio
It’s not that it’s vocabulary is too advanced. It’s something worse. I get lost trying to follow even a paragraph written by Claude. It’...
New
sorenone
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
akoutmos
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews