Articles in this section

How do I increase disk space?

Every project has a storage limit. The total amount of storage used by your app and services (calculated through the sum of disk keys) has to be within that storage limit.

You can edit your project's disk space from the Console, or by using the CLI.

1. View your storage limit, run:

upsun subscription:info -p <PROJECT_ID> storage

2. Modify the storage limit, use the same command but provide a numerical value:

upsun subscription:info -p <PROJECT_ID> storage <NEW_VALUE>

3. Increase the space allocated:

  • For your app, edit your app's disk key under applications in the .upsun/config.yaml file in your project's repository.
  • For your project's services, edit the desired service's disk key under services in the .upsun/config.yaml file.

     

For more information on this feature, please see the following page in the Upsun documentation:

https://docs.upsun.com/create-apps/troubleshoot-disks.html#increase-available-disk-space

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.