I'd install and setup openmeetings instance on virualbox machine, it's goes pretty well. But sometimes after reboot when i'm trying to enter site it's redirecting to openmeetings/install page and says me to configure database, admin account etc.one again. I am using virtualbox(and snapshots maybe it rolls back some parts of a disk somehow?), ubuntu server 16.04 lts. Any ideas?
Asked
Active
Viewed 42 times
-1
-
What DB are you using? Is it located at the same VM? – Maxim Solodovnik Apr 01 '21 at 01:28
-
@MaximSolodovnik h2 at the same VM. all is configurated following guides https://doc-kurento.readthedocs.io/en/stable/user/installation.html#local-installation https://openmeetings.apache.org/installation.html – Matthew Apr 01 '21 at 16:00
-
@MaximSolodovnik i think problems are started when I tried to make a startup.sh script run after reboot.(through crontab, rc.local ways. I got the same result, after reboot the instance is redirect me to install page, but all the time) – Matthew Apr 01 '21 at 16:11
-
1h2 creates DB in the current folder, maybe some sort of clean-up is performed on reboot? It is not recommended to use H2 in production. I would use any other supported DB :) – Maxim Solodovnik Apr 03 '21 at 01:03
-
@MaximSolodovnik omg, this is the problem :) if i run the script not from script's folder it's creating new database. Thanks a lot. – Matthew Apr 06 '21 at 09:58
1 Answers
0
H2 creates DB in the current folder,
maybe some sort of clean-up is performed on reboot?
It is not recommended to use H2 in production. I would use any other supported DB :)

Maxim Solodovnik
- 284
- 1
- 6