Skip to content

Comments

Load schema when running db:migrate on fresh dbs#53474

Merged
jeremy merged 1 commit into8-0-stablefrom
load-schema-on-migrating-multiple-new-databases-8-0-stable
Oct 28, 2024
Merged

Load schema when running db:migrate on fresh dbs#53474
jeremy merged 1 commit into8-0-stablefrom
load-schema-on-migrating-multiple-new-databases-8-0-stable

Conversation

@jeremy
Copy link
Member

@jeremy jeremy commented Oct 28, 2024

Backports #53320 to 8-0-stable.

References #52830.

/cc @mkasztelnik

Loading database schemas before db:migrate for a single database was
fixed in #52830. However, this approach fails when multiple databases
are defined. This fix addresses the issue by moving schema loading to
occur before initiating database migrations.

Fixes #52829
@jeremy jeremy added this to the 8.0.0 milestone Oct 28, 2024
@jeremy jeremy merged commit fa35b70 into 8-0-stable Oct 28, 2024
@jeremy jeremy deleted the load-schema-on-migrating-multiple-new-databases-8-0-stable branch October 28, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants