Tyler Posted March 29, 2015 Report Share Posted March 29, 2015 On my server the database rolls back about 5 minutes every restart. Is there anyway to force a database save before the server restarts? My other questions is how to remove vehicles from being repaired on restart? It's kinda OP if everything is fixed after a reboot. Any help is much appreciated!! <33 Link to comment Share on other sites More sharing options...
0 Richie Posted March 29, 2015 Report Share Posted March 29, 2015 Change the values in Redis.conf save 900 1 save 300 10 save 60 1000 900 1 means it will save after 900 seconds if there have been 1 change 300 10 means it will save after 300 seconds if there have been 10 changes Tyler and Donnovan 2 Link to comment Share on other sites More sharing options...
0 Tango2k13 Posted March 29, 2015 Report Share Posted March 29, 2015 what you mean with rollback? are building objects gone that you Build after restart? I have similar issue & i joined here too: Link to comment Share on other sites More sharing options...
0 Donnovan Posted April 3, 2015 Report Share Posted April 3, 2015 Richie, what values you use for Redis save?I changed my to:save 60 1save 60 10save 60 1000 Link to comment Share on other sites More sharing options...
0 Richie Posted April 3, 2015 Report Share Posted April 3, 2015 Richie, what values you use for Redis save? I changed my to: save 60 1 save 60 10 save 60 1000 I leave mine how they are, never had a need to change but yours looks like that will clash :unsure: Link to comment Share on other sites More sharing options...
0 1Man Posted April 3, 2015 Report Share Posted April 3, 2015 With Redis don't restart it let it run for weeks if you want to that will fix your issue with the 5 mins, if you have igiload go inside and disable a repair function don't remember where it is if you are using it. Link to comment Share on other sites More sharing options...
Question
Tyler
On my server the database rolls back about 5 minutes every restart.
Is there anyway to force a database save before the server restarts?
My other questions is how to remove vehicles from being repaired on restart?
It's kinda OP if everything is fixed after a reboot.
Any help is much appreciated!!
<33
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now