[Improvement]: MongoDB database selected on local run #1792
Labels
S-Triage
Awaiting decision for what to do
T-Improvement
Improvement or addition to existing features
Describe the improvement
Hello,
I test mongodb shared databases and if I understand correctly we have an error.
The databases selected on local-run is alway "admin". Or admin is a reserved databases for mongodb.
mongodb://mongodb:password@localhost:16352/admin
I see on the code :
provisioner/tests/helpers.rs
I suppose it's for local run.
And for shuttle side :
provisioner/src/lib.rs
If it's possible to confirm to me it's not the behaviour we want.
And say to me what is the fix you want :
Create
mongodb-{project_name}
database for be exactly like the production modeOr only create a static database
shuttle-local
to have empty database not use by mongodb system ?I am interested to do the PR. I am not very experimented on Rust but I can do it with help (I am on shuttle discord) 😉
Thank you
Duplicate declaration
The text was updated successfully, but these errors were encountered: