Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to backup game progress #16

Open
JavaProgrammerLB opened this issue Aug 27, 2018 · 2 comments
Open

How to backup game progress #16

JavaProgrammerLB opened this issue Aug 27, 2018 · 2 comments

Comments

@JavaProgrammerLB
Copy link

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

@Nis5l
Copy link

Nis5l commented Jun 10, 2020

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

@3bhady
Copy link

3bhady commented Jun 22, 2020

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants