You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated description by cubic. -->
## Summary by cubic
Fixes durable disk handling and private-pool fallback, and simplifies
the `beta9` database CLI by nesting commands under `db`, removing unused
flags, and cleaning output. Also ensures build containers always resolve
the worker address.
- **Bug Fixes**
- Sync durable disks during cleanup only when a durable disk is mounted;
default the durable-disks host path to `<storagePath>/durable-disks`
(else `/var/lib/beta9/durable-disks`).
- Always resolve the worker address for build containers; remove the
`ClipVersion2` TTL refresh/early-return; handle durable-disk requests
before private-pool fallback.
- **New Features**
- Group database commands under `db` (`db postgres`, `db redis`); drop
the unused `--size` flag from `db create/scale` and trim unneeded fields
from output; errors use the active CLI name.
<sup>Written for commit f19b3c7.
Summary will update on new commits.</sup>
<a
href="https://cubic.dev/pr/beam-cloud/beta9/pull/1724?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
0 commit comments