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

Can we use custom MongoDB variant like Percona Server for MongoDB? #701

Closed
yukha-dw opened this issue Oct 5, 2022 · 6 comments
Closed
Labels
question stale This Issue is outdated and will likely be closed if no further comments are given

Comments

@yukha-dw
Copy link

yukha-dw commented Oct 5, 2022

Versions

  • NodeJS: 16.13.1
  • mongodb-memory-server-*: 8.8.0
  • mongodb(the binary version): 5.0.10
  • mongodb(the js package): 4.7.0
  • system:

package: mongo-memory-server

What is your question?

Hello, i'm curious if we can use custom MongoDB variant like Percona Server for MongoDB. It's based on vanilla MongoDB but have some exclusive feature like "ngram" language on Text Index. Thank you.

@hasezoey
Copy link
Member

hasezoey commented Oct 5, 2022

from what i can tell from percona, it should work, as long as you use a system binary, or find a actual archive url and it has the same structure and names as the official mongodb ones (unlikely, also could not find any download)

also output parsing may not be fully compatible if the output is changed (we read the output for errors and transitions to primary for replset)

@yukha-dw
Copy link
Author

yukha-dw commented Oct 5, 2022

from what i can tell from percona, it should work, as long as you use a system binary, or find a actual archive url and it has the same structure and names as the official mongodb ones (unlikely, also could not find any download)

also output parsing may not be fully compatible if the output is changed (we read the output for errors and transitions to primary for replset)

Thanks @hasezoey, I have found this download link and might have similar structure with official mongodb. I'll try it later

@hasezoey
Copy link
Member

hasezoey commented Oct 5, 2022

I have found this download link and might have similar structure with official mongodb

from what i can tell it has the same structure and names, but it also has a extra lib directory in it, i dont know if it will work without, because MMS only extracts the mongod binary

@github-actions
Copy link

github-actions bot commented Nov 5, 2022

Marking Issue as stale, will be closed in 7 days if no more activity is seen

@github-actions github-actions bot added the stale This Issue is outdated and will likely be closed if no further comments are given label Nov 5, 2022
@github-actions
Copy link

Closing Issue because it is marked as stale

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2022
@sibelius
Copy link

sibelius commented Dec 6, 2024

can we reopen this related to

#742 (comment)

fully support percona could be a good thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question stale This Issue is outdated and will likely be closed if no further comments are given
Projects
None yet
Development

No branches or pull requests

3 participants