[Postgres] Enable swap

I wanted to enable some swap on my small Postgres DB. I did it on the AMS region by creating another instance of Postgres, because the old one wasn’t created by flyctl deploy. I wanted to do the same for the prod app in FRA region and got following error.

Creating a 2 GB volume named ‘pg_data’ for process group ‘app’. Use ‘fly vol extend’ to increase its size
Error: failed to provision seed volumes: failed to create volume: Cannot scale up in region fra. Scaling up in some high-demand regions is restricted to organizations on the Launch, Scale, or Enterprise plan

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.