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
cipi db list on Ubuntu 25.10+ / 26.04 — Migration 4.7.18 completes what 4.7.16 / 4.7.17 left incomplete:
Read-only /etc/cipi — lib/common.sh / lib/vault.sh: _cipi_config_writable, no init chmod, _cipi_safe_chmod; migration re-installs lib from self-update bundle (or GitHub) when needed. Fixes HTTP 503: chmod … Read-only file system from cipi-cli db list.
sudo-rs sudoers + API open_basedir — re-applied idempotently.
mount -o remount,rw / when /etc/cipi is read-only; refresh apps-public.json; sudo cipi db list smoke test.
cipi db list missing databases — lib/db.sh now uses information_schema.schemata so empty databases (fresh cipi db create, pre-migrate app DBs) show as 0 MB.
cipi db list silent MariaDB failures — surfaces vault/MariaDB errors instead of a blank table.