You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to suggest an improvement. Could you add an additional status besides STOPPED? For example, I have sessions that are temporarily disabled but don’t need to be deleted. However, there’s an issue with restarting these sessions when updating WAHA.
For instance, a FROZEN status could be implemented, and such sessions wouldn’t be affected at all until they are manually started.
The text was updated successfully, but these errors were encountered:
Hi!
Starting from 2024.10.5 WAHA tracks "running" sessions and only restart those that were "running" after update (#491)
Looks like you're using WHATSAPP_RESTART_ALL_SESSIONS=True flag, right?
Try doing the following next time when updating WAHA:
Save list of "running/working" session (just in case something goes wrong, so you can start it manually)
Remove WHATSAPP_RESTART_ALL_SESSIONS=True
Update/Restart container
It should start only previously "running" sessions.
If you hit "stop" via API or Dashboard - WAHA remembers that the session was stopped and will not restart it on next update/server restart.
I wanted to suggest an improvement. Could you add an additional status besides STOPPED? For example, I have sessions that are temporarily disabled but don’t need to be deleted. However, there’s an issue with restarting these sessions when updating WAHA.
For instance, a FROZEN status could be implemented, and such sessions wouldn’t be affected at all until they are manually started.
The text was updated successfully, but these errors were encountered: