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

Always clear the cache after db-import #22

Open
dalin- opened this issue Feb 29, 2024 · 2 comments
Open

Always clear the cache after db-import #22

dalin- opened this issue Feb 29, 2024 · 2 comments

Comments

@dalin-
Copy link
Contributor

dalin- commented Feb 29, 2024

Otherwise you'll get random hard-to-debug errors.

@dalin-
Copy link
Contributor Author

dalin- commented Feb 29, 2024

Or maybe, even better yet, maybe we should always run fire cim to get local config installed.

@dalin-
Copy link
Contributor Author

dalin- commented Mar 8, 2024

Actually we need to do both.

fire import-db
fire cim

Results in no config to import because there's old data stored in Redis.

So we need to both drush cr && drush cim -y after a DB import.

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

No branches or pull requests

1 participant