• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 30264132566
65%
develop: 65%

Build:
Build:
LAST BUILD BRANCH: fix/db-reset-restart-kong
DEFAULT BRANCH: develop
Ran 27 Jul 2026 12:02PM UTC
Jobs 1
Files 230
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jul 2026 12:00PM UTC coverage: 65.289%. Remained the same
30264132566

push

github

web-flow
fix(cli): recover stopped local stack (#5953)

## TL;DR
`supabase start` now recovers a stopped local stack instead of reporting
it as already running.

## Prob
After a `Docker Desktop` restart, the local containers come back exited
instead of running.
`start` only checked that the Postgres container existed, not whether it
was actually running,
so it printed "already running" and then failed the health check with
"container is not running: exited".

we offered no way past this, users had to workaround it by hand with raw
docker commands or repeat the whole cycle...

## Sol
When Postgres is confirmed stopped, `start` removes the project's
containers and unused networks (never volumes), then reruns the normal
startup flow.

## ref
- closes #5917
- extends #5847

11250 of 17231 relevant lines covered (65.29%)

10.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30264132566.1 27 Jul 2026 12:02PM UTC 230
65.29
GitHub Action Run
Source Files on build 30264132566
  • Tree
  • List 230
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30264132566
  • 81af5f05 on github
  • Prev Build on gh-readonly-queue/develop/pr-5951-315b8f2d12280104c626387b9a116028faf5d994 (#30264088948)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc