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

BUGFIX: Ignore missing PDOBackend tables during flush #2635

Merged
merged 1 commit into from Nov 26, 2021

Conversation

kitsunet
Copy link
Member

This prevents errors for cache setup with PDOBackends for caches that are flushed early on eg. due to file monitors.

Fixes: #2634

This prevents errors for cache setup with PDOBackends for
caches that are flushed early on eg. due to file monitors.

Fixes: neos#2634
Copy link
Member

@jonnitto jonnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sense. Thank you for the fix

@jonnitto jonnitto merged commit 13b1303 into neos:6.3 Nov 26, 2021
@kdambekalns kdambekalns changed the title BUGFIX: PDOBackend ignores missing tables in flush BUGFIX: Ignore missing PDOBackend tables during flush Nov 26, 2021
Copy link
Member

@kdambekalns kdambekalns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kdambekalns kdambekalns deleted the bugfix/2634-pdo-cache-setup-flow63 branch November 26, 2021 15:02
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.

Cache setup with PDOBackend can fail due to file monitoring calling flush() on a cache early on
4 participants