Dev (Encore OS — project ref anuwknikgsijbameytzr)
- Supabase Dashboard → Project Settings → Database → Database password → Reset database password.
- Update local secrets only in
.env.local(gitignored):SUPABASE_DEV_DB_URL(use Session pooler URI; see SUPABASE_MULTI_ENV_SETUP.md § Database connections).SUPABASE_SERVICE_ROLE_KEYif you store it for REST-based seed extraction.
- Update any CI/GitHub Actions secrets that referenced the old password.
- Do not commit passwords or pooler URIs to
.env(tracked). Prefer.env.local.