Postgres down after machine memory update

yeah, I am using cli. What do you mean by that?

so what should I do instead or running

fly machine update <machine-id> --memory 1024 --app <app-name>

?

You should be prompted with something like this:

Just make sure to review them and make sure nothing is getting removed that shouldn’t.

it looked good when I saw it.

last question was a lie :stuck_out_tongue:

so to add more vCPU I do

fly scale vm shared-cpu-2x

on each machine in cluster?

1 Like

Thank you for your help and have a great day :wink:

so I don’t know how to scale CPU

fly scale vm shared-cpu-2x --app <my-postgres>
Error: No active machines in process group 'app', check `fly status` output

How to add more CPU to postgres cluster?

ok got it:

flyctl machine update
2 Likes

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