UNMS is starting… This should not take more than a minute. Solution of the error.
The reason for this problem is that the database is probably corrupted on your server with UNMS
installed, so you are getting this warning.
Even though the solution is different in many forums, you don’t need to spend a lot of time installing and repairing redis-tools
.
The following database repair commands are included for UNMS 1.2.0
and above.
A little bit of Linux knowledge will be enough to solve this job with a little bit of ssh and putty.
Now we need to connect to our ubuntu server with ssh and UNMS
installed at the root level, then use the following command.
1 | sudo ~unms/app/unms-cli stop |
Then we run the redis repair
command for database repair.
1 | sudo ~unms/app/unms-cli fix-redis-aof |
When we run the above command, we will see a screen like the one below.
After this process, the repair will be completed. We activate the services by running the command below.

Later, we will have access to the interface. So we won’t have to bother installing redis-tools
.
I hope it has been a useful article.