Failed creating the Postgres cluster blue-wave-9564-db: failed to create volume: Couldn't allocate volume, not enough compute capacity left in nrt

I tried to migrate an application from Heroku, tried the fly import $HEROKU_DATABASE_URL --app appname command several times, but the data was not migrated and I had to re-create the db several times.

When I tried again, this time I got the following error.

Is there a solution?

? Choose a region for deployment: Tokyo, Japan (nrt)
App will use 'nrt' region as primary

Created app 'blue-wave-9564' in organization 'personal'
Admin URL: https://fly.io/apps/blue-wave-9564
Hostname: blue-wave-9564.fly.dev
Set secrets on blue-wave-9564: SECRET_KEY_BASE
? Would you like to set up a Postgresql database now? Yes
? Select configuration: Development - Single node, 1x shared CPU, 256MB RAM, 1GB disk
? Scale single node pg to zero after one hour? No
Creating postgres cluster in organization personal
Creating app...
Setting secrets on app blue-wave-9564-db...
Provisioning 1 of 1 machines with image flyio/postgres-flex:15.3@sha256:02be8dc60aea4fd67587597a44af32af477df92c1e20bd050af2b3bf254fd88e
Failed creating the Postgres cluster blue-wave-9564-db: failed to create volume: Couldn't allocate volume, not enough compute capacity left in nrt
Error creating Postgresql database. Be warned that this may affect deploys

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