Skip to content

Basic check for database connectivity#243

Merged
werebus merged 2 commits intomainfrom
werebus/db-check
Mar 24, 2025
Merged

Basic check for database connectivity#243
werebus merged 2 commits intomainfrom
werebus/db-check

Conversation

@werebus
Copy link
Copy Markdown
Member

@werebus werebus commented Mar 14, 2025

Check the database before finishing deploy. On Rails apps, this isn't needed because Capistrano runs db:migrate. This at least will fail deploy if we can't Bundler.require and run a database query.

Closes #241

Check the database before finishing deploy. On Rails apps, this isn't
needed because Capistrano runs db:migrate. This at least will fail
deploy if we can't `Bundler.require` and run a database query.

Closes #241
@werebus werebus merged commit 1a2c976 into main Mar 24, 2025
2 checks passed
@werebus werebus deleted the werebus/db-check branch March 24, 2025 20:16
werebus added a commit that referenced this pull request Apr 24, 2026
This is the same check added in #243 with an eye towards Kamal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some sort of health check on deploy

2 participants