PwnAdventure3 icon indicating copy to clipboard operation
PwnAdventure3 copied to clipboard

How to backup game progress

Open JavaProgrammerLB opened this issue 7 years ago • 2 comments

Hi everyone, I set up my private server successful, but I lose my game progress every time i stop the docker compose, I want to know how can i backup the game progress

JavaProgrammerLB avatar Aug 27 '18 12:08 JavaProgrammerLB

Hey, if you have found out, may you tell me how you did it?

Nis5l avatar Jun 10 '20 12:06 Nis5l

I just commented out thes lines in server/MasterServer/initdb.sql -- DROP TABLE IF EXISTS users CASCADE;

-- DROP TABLE IF EXISTS teams CASCADE;

-- DROP TABLE IF EXISTS team_state CASCADE;

-- DROP TABLE IF EXISTS characters CASCADE;

-- DROP TABLE IF EXISTS char_items CASCADE;

-- DROP TABLE IF EXISTS char_slots CASCADE;

-- DROP TABLE IF EXISTS char_quests CASCADE;

-- DROP TABLE IF EXISTS char_pickups CASCADE;

-- DROP TABLE IF EXISTS names CASCADE;

-- DROP TABLE IF EXISTS info CASCADE;

3bhady avatar Jun 22 '20 22:06 3bhady