Issue with Switching to Database(FoundationDB) #54
Unanswered
asghar0007
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, it looks like you're using a Stalwart binary that does not include FDB support. If you are using Docker you'll have to compile the image for the FDB version you're using: https://github.com/stalwartlabs/mail-server/blob/main/resources/docker/Dockerfile.fdb |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Current facing the issue
I am trying to integrate StalwartDB with FoundationDB, both of which are running in separate Kubernetes pods. I've followed the documentation for configuring FoundationDB as a store type, but I'm encountering errors like missing stores and unknown directory types (fdb). It seems like the system is unable to recognize FoundationDB in the Kubernetes environment.
Main requirment is NoSql Database any other suggested Database?
Could someone guide me on how to correctly configure FoundationDB to work with StalwartDB within Kubernetes pods? I've attached a screenshot showing the error message for further context.
Any help or configuration tips would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions