How to execute database checkpoint at an arbitrary timing?

Results 1 to 3 of 3
  1. #1
    Member Regano is offline
    MemberRank
    Feb 2012 Join Date
    94Posts

    Support 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?


  2. #2
    I are an engineer beyastard is offline
    MemberRank
    Feb 2009 Join Date
    OklahomaLocation
    501Posts

    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.

  3. #3
    Member Regano is offline
    MemberRank
    Feb 2012 Join Date
    94Posts

    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.



Advertisement