Managing Storage
Resize disks, change disk types, and manage storage for deployed environments by updating blueprint inputs
Overview
Prerequisites
How to update storage
# environment manifest (e.g., data-layer-prod.yaml)
inputs:
disk_size_gb: 256bricks install data-layer \
--collection=production \
--env-slug=data-layer-prod \
--props '{"disk_size_gb": 256}'bricks install data-layer \
--collection=production \
--env-slug=data-layer-prod \
--props '{"disk_size_gb": 256}' \
--plan-onlyCommon storage changes
Increase disk size
Cloud provider
Typical input
Example change
Change disk type
Add additional volumes
Constraints and caveats
Cloud provider behavior
What to check after storage changes
Last updated