Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only run database startup when running server #1012

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

blgm
Copy link
Member

@blgm blgm commented Apr 25, 2024

An error was discovered where database startup, including database migrations and failed operation recovery was being run for every command that accessed the database, including "tf dump". This had the effect of marking any in-progress operations as failed, even if they were still really in progress. This has been a problem since the introduction of in-progress operation recovery in v1.1.0 (commit c845267).

#187500102

An error was discovered where database startup, including database
migrations and failed operation recovery was being run for every command
that accessed the database, including "tf dump". This had the effect of
marking any in-progress operations as failed, even if they were still
really in progress. This has been a problem since the introduction of
in-progress operation recovery in v1.1.0 (commit
c845267).

[#187500102](https://www.pivotaltracker.com/story/show/187500102)
Copy link
Member

@pivotal-marcela-campo pivotal-marcela-campo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We did miss that! Thanks for fixing!

@pivotal-marcela-campo pivotal-marcela-campo merged commit 5df368e into main Apr 26, 2024
8 checks passed
@pivotal-marcela-campo pivotal-marcela-campo deleted the fixdbaccess branch April 26, 2024 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants