-
Member
How to execute database checkpoint at an arbitrary timing?
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?
-
-
Re: How to execute database checkpoint at an arbitrary timing?
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.
-
Member
Re: How to execute database checkpoint at an arbitrary timing?
Thank you.
If you can, I would like to write a checkpoint when shutting down the server with pwadmin etc.
*data save.