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

[feature] Remote auth storage (mongo) #41

Closed
creatorrr opened this issue Jan 10, 2023 · 9 comments
Closed

[feature] Remote auth storage (mongo) #41

creatorrr opened this issue Jan 10, 2023 · 9 comments
Labels
enhancement New feature or request waha:PLUS Relates to WAHA Plus version

Comments

@creatorrr
Copy link

No description provided.

@allburov allburov added waha:PLUS Relates to WAHA Plus version enhancement New feature or request labels Jan 10, 2023
@allburov
Copy link
Contributor

Hi, thank you for letting us know! We'll look at this!

For other who are interested in the feature - please hit thumbs up emoji in the above comment👍

@creatorrr
Copy link
Author

Thanks @allburov ! Any news on this front? This would be a huge reason for us to get a plus subscription. :)

@allburov
Copy link
Contributor

Hi!
Sorry, no progress on it so far :(

If you subscribe now - it'll help the project anyway and give us more time for the project and the feature!😉

@creatorrr
Copy link
Author

Subscribed on patreon already :)

@allburov allburov changed the title Interested in using “remote” storage (redis / postgres) Interested in using “remote” storage (redis / postgres / http api) Mar 9, 2023
@allburov allburov changed the title Interested in using “remote” storage (redis / postgres / http api) [feature] Remote storage (redis / postgres / http api) Mar 9, 2023
@allburov allburov changed the title [feature] Remote storage (redis / postgres / http api) [feature] Remote storage (redis / postgres / mongo / http api) Mar 9, 2023
@nicolaslopez1000
Copy link

Hey, any update on this issue? Abt to develop it on my own

@allburov
Copy link
Contributor

allburov commented Jul 11, 2023

Hi! We're planning to implement it in September\October, hopefully!

@allburov allburov changed the title [feature] Remote storage (redis / postgres / mongo / http api) [feature] Remote storage (mongo) Sep 13, 2023
@tarekkoura
Copy link

Any updates for chats on NOWEB engine?

@allburov
Copy link
Contributor

Hi! It's the most important task for 2024, hopefully we'll add it soon!

@allburov allburov assigned allburov and unassigned allburov Jan 27, 2024
@devlikepro devlikepro changed the title [feature] Remote storage (mongo) [feature] Remote auth storage (mongo) Jan 27, 2024
@devlikepro
Copy link
Contributor

devlikepro commented Feb 18, 2024

Hi!
We know that it's been more then a year since the request was requested, but we're happy to announce MongoDB remote storage for authentication data is available in 2023.4.2 version!

This feature is now available as part of the WAHA Plus offering.

We have documented the feature and its usage in our documentation, available at Session Storage.


To get started with the MongoDB storage, you can follow these simple steps:

First, start the MongoDB server by running the following command:

docker run -d -p 27017:27017 --name mongodb mongo

Next, initiate the WAHA with the WHATSAPP_SESSIONS_MONGO_URL environment variable, and note the use of the --network host option as well:

docker run -e WHATSAPP_SESSIONS_MONGO_URL=mongodb://localhost:27017/ --network host devlikeapro/whatsapp-http-api-plus

Following these steps, you will have successfully configured the MongoDB storage for WAHA. All session authentication data will now be stored in the MongoDB database.

For those of you eager to test this new feature, we would like to stress the importance of thoroughly testing MongoDB storage before deploying it in any production-related infrastructure.

patron:PRO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request waha:PLUS Relates to WAHA Plus version
Projects
None yet
Development

No branches or pull requests

5 participants