Open tibs245 opened 5 months ago
Hi! We're currently in the process of actually deprecating our MongoDB addon. We're planning to add some replacements in lieu of it and will release an update when we are able to do so.
@joshua-mo-143 , Please assign me this issue.
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