Skip to content

Enable EF database migrations and advanced persistence configuration#5613

Merged
johnsimons merged 1 commit into
masterfrom
john/more_core_things
Jul 16, 2026
Merged

Enable EF database migrations and advanced persistence configuration#5613
johnsimons merged 1 commit into
masterfrom
john/more_core_things

Conversation

@johnsimons

Copy link
Copy Markdown
Member

Allows ServiceControl to automatically apply EF Core database migrations during the setup command.
Configures EF Core to use retry-on-failure for transient errors, enhancing database connection stability.
Adds an option to enable sensitive data logging for debugging purposes.
Switches from AddPooledDbContextFactory to AddDbContext for direct DbContext access and improved flexibility.

Allows ServiceControl to automatically apply EF Core database migrations during the `setup` command.
Configures EF Core to use retry-on-failure for transient errors, enhancing database connection stability.
Adds an option to enable sensitive data logging for debugging purposes.
Switches from `AddPooledDbContextFactory` to `AddDbContext` for direct `DbContext` access and improved flexibility.
@johnsimons johnsimons requested a review from rbev July 16, 2026 07:02
@johnsimons johnsimons self-assigned this Jul 16, 2026
@johnsimons johnsimons enabled auto-merge July 16, 2026 22:53
@johnsimons johnsimons merged commit 8c9f284 into master Jul 16, 2026
63 of 64 checks passed
@johnsimons johnsimons deleted the john/more_core_things branch July 16, 2026 23:10
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.

2 participants