Database

There are 4 available database providers:

Provider
Supported?
Recommendation

PostgreSQL

Yes

Recommended for big servers (200+ players)

MySQL

Yes

Recommended for big servers (200+ players)

MariaDB

Upcoming

Upcoming

SQLite

Yes

Recommended for small servers (50+ players)

YAML

Yes

Recommended for a small and friends-only server (10+ players)

Migrating Data to another provider

  1. Prepare your new provider's details (username, password...) in the config.yml file.

  2. Save the changes and reload the configuration via the command: /hsadmin reload

  3. Migrate the current data to the new provider using the command: /hsadmin migratedata [provider]

  4. Turn off your server, and change the provider to the provider you migrated to earlier in config.yml. Remember to save the changes!

  5. Start the server.

  6. You're good to go!

Last updated