-
Notifications
You must be signed in to change notification settings - Fork 352
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
mongodb: initial user creation #679
Conversation
Nice! Could you write a little test so we can be aire it works? See |
Sure can 😄 |
I've added a test for MongoDB with initial user creation, let me know if there are any other changes |
I'm giving this a spin locally :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested this locally and it works for my use case 👍🏼
Thats great to hear, I'm glad |
It seems that the tests are stuck, maybe you can take a look? |
I think its still in the build step.. the nscloud-arm64 failed whilst building 2 hours in |
So it looks like it was the build step, both |
I pushed a fix to |
d067154
to
f08c3c2
Compare
just rebased it, ready to give it another go 🤞 |
Looks like we're getting the same failures 😞 |
Let's try giving it more space, could you add this action instead of my
|
Alright, thats in there now |
|
Do you need help here? |
I need to get my head back into this and have a look around with what we can do, I will let you know how I go |
Finally getting back into this. Turns out the It was the I'm also a bit confused about the |
Maybe the issue is that $TMP or something gets filled in? Most likely if it happens during the build. |
Could you rebase and let's give it another go? |
@samjwillis97 could you rebase again please? :) |
I'll give it a go today :) |
c12c347
to
b79443d
Compare
|
Do you know if mongodb is fixed now? |
I'm not sure.. I just had a quick look through nixpkgs issues and couldn't see any talk around mongodb 6 being broken, but it was bumped from 6.0.12 to 6.0.13 just 5 days ago |
Could you rebase, maybe it will finally build :) |
We can only hope at this point 🤞 |
@samjwillis97 is seems like you'll need to run |
Addressing issue #672.
This allows the creation of an initial user with password in MongoDB.