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

Get rid of random "external_dump" connection on dumps without metadata #53

Open
lupinitylabs opened this issue Oct 1, 2022 · 0 comments

Comments

@lupinitylabs
Copy link
Member

lupinitylabs commented Oct 1, 2022

Currently, dumps with missing metadata will fall back to an array of defaults at

'connection' => 'external_dump',
and defining an external_dump connection.

On import, this connection will then be presented to the user, which I find highly confusing:
grafik

In reality, dumps that do not have any metadata are just broken in 100% of cases I have seen, and should just be reported as such directly after importing. Likewise, they should be ignored and probably warned about on import.

Opinions?

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