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

[#2234] Improve datastore connection checks on migration #2738

Merged
merged 2 commits into from Nov 19, 2015

Conversation

amercader
Copy link
Member

If the datastore connection is set on the config file but the user or
database don't actually exist, skip the migration.

Note that this only happens when the config options are there but the
datastore plugin is not loaded (like in many extensions that extend
their test.ini with the core test-core.ini). Otherwise the connection
will crash anyway during the loading of the plugin itself.

If the datastore connection is set on the config file but the user or
database don't actually exist, skip the migration.

Note that this only happens when the config options are there but the
datastore plugin is not loaded (like in many extensions that extend
their test.ini with the core test-core.ini). Otherwise the connection
will crash anyway during the loading of the plugin itself.
@amercader
Copy link
Member Author

@wardi extra checks for the #2234 migration

wardi added a commit that referenced this pull request Nov 19, 2015
[#2234] Improve datastore connection checks on migration
@wardi wardi merged commit 9635971 into master Nov 19, 2015
@smotornyuk smotornyuk deleted the 2234-further-migration-checks branch December 19, 2018 15:04
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

2 participants