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

#16 run config import updb after import #26

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hkirsman
Copy link
Collaborator

@hkirsman hkirsman commented Apr 23, 2024

Overview

On one hand we'd like to have all needed database actions done after import:

  • import config
  • update db
  • clear caches

Then gain sometimes we don't want to run anything at all.

This PR adds all of the possible database actions to post db hook but also introduces new command that ignores the post actions:
ddev import-db-no-hooks
It's wrapper for the ddev import-db so all the arguments work. What it does is that it temporarily comments out the post-import-db lines in config.wunderio.yaml, then puts it back after import.

Screenshots

New command that does not run hooks
324868941-36392ca1-ff4f-433e-b54a-ba5e0f6d194e

By default import config, update db, clear caches, sanitize db:
324869178-fcb24555-1cf0-478d-a8ac-77bc85ff00f4

Maybe some day they'll implement the --no-hooks flag ddev/ddev#2129

Testing

  1. Install this update to your site:
    ddev composer require wunderio/ddev-drupal:dev-feature/16-run-config-import-updb-after-import --dev

  2. Try the new command with your sql:
    ddev import-db-skip-hooks --file=example.sql

  3. Try the default import:
    ddev import-db --file=example.sql

@hkirsman hkirsman changed the title Feature/16 run config import updb after import #16 run config import updb after import Apr 24, 2024
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.

1 participant