How to scale postgres app?

Web apps can be scaled up and down using the “Scale” menu. However, I noticed that when I selected PostgreSQL apps, the “Scale” menu was not available. I recall seeing a “Scale” menu for PostgreSQL apps before, so I’m not sure why it’s not there now. Can you provide any insight?

If you’re on the Apps V2-architecture you can use fly machine.

To upgrade memory, for example…

fly m update --select --memory 1024 --app db-name

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