How to execute database checkpoint at an arbitrary timing?

Newbie Spellweaver
Joined
Feb 21, 2012
Messages
94
Reaction score
14
uniquenamed: debug : checkpoint begin.
uniquenamed: debug : checkpoint end.
gamedbd: debug : checkpoint begin.
gamedbd: debug : checkpoint end.

How can I execute this at an arbitrary timing?
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
You do this in the gamesys.conf file.

For uniquenamed open the gamesys.conf file and locate the parts:

[storage] -and- [storagewdb]

and change

checkpoint_interval = 60

Do the same thing for gamedbd.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 21, 2012
Messages
94
Reaction score
14
Thank you.
If you can, I would like to write a checkpoint when shutting down the server with pwadmin etc.
*data save.
 
Upvote 0