Hi there,
There’s a critical bug in OpenVidu Pro 2.15.0 regarding to ElasticSearch indexes data. If your deployment has more than 7 days of longevity, the openvidu
index is deleted. To avoid accidental deletion of data, you need to add to your .env file this:
OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE=2147483647
After update your .env file, restart OpenVidu Pro Server with
./openvidu restart
In the meantime, we’re working to patch this bug. Sorry for the inconvenience
Regards,
Carlos