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

#5952: Database update step for drush deploy behaves differently than drush updb --no-cache-clear #5953

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

elaman
Copy link
Contributor

@elaman elaman commented Apr 8, 2024

Fixes the issue #5952

As a reminder, Drush's usage of UpdateKernel started in #5953. This PR would again use it in the main request of deploy command, in addition to deploy's subrequest to updatedb.

@bircher
Copy link
Contributor

bircher commented Apr 9, 2024

I think that makes sense.

@alexpott
Copy link
Contributor

alexpott commented Apr 9, 2024

Can this run without boostraping and no kernel - the site the commands operate on is potentially having significant change. This command really should try to load as little from it as possible.

@weitzman
Copy link
Member

weitzman commented Apr 9, 2024

That sounds really useful and easy to accomplish. I'll push that change today.

@weitzman weitzman merged commit 117353d into drush-ops:13.x Apr 10, 2024
1 of 2 checks passed
@weitzman
Copy link
Member

Merged, and backported to 12.x

@elaman
Copy link
Contributor Author

elaman commented Apr 10, 2024

@weitzman thank you!

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.

None yet

4 participants