fix(db): check if db is running when executing migrations#8000
fix(db): check if db is running when executing migrations#8000
Conversation
📊 Benchmark resultsComparing with e7ef7f8
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Follow-up to #7994
Now, if a DB is already running, instead of starting a new DB on a separate process, we try to connect to the existing one.