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

Create command fails for sharded databases #895

Closed
cinamo opened this issue Dec 11, 2018 · 1 comment
Closed

Create command fails for sharded databases #895

cinamo opened this issue Dec 11, 2018 · 1 comment

Comments

@cinamo
Copy link
Contributor

cinamo commented Dec 11, 2018

Creating a new database for the global database of a sharded configuration fails, because the command tries to connect to the database that doesn't exist yet.

The cause of this is that the dbname, url and path parameters are not unset for sharded databases, while they are unset for 'normal' connections.

@cinamo
Copy link
Contributor Author

cinamo commented Dec 11, 2018

Fixed in #896

@cinamo cinamo closed this as completed Dec 11, 2018
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