How to Backup DB - dapucita/haxbotron GitHub Wiki

How to Backup DB

All players' data are saved on database via Haxbotron DB Server.

So you can save and load your own data by backup database.

You can also preserve .node-persist and .log directory for other data.

SQLite

If your Haxbotron DB Server uses SQLite as database, you have to copy your haxbotron.sqlite.db file in the db directory.

The filename can be changed if you set .env settings file.