Database
There are 4 available database providers:
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)
Warning: If you selected PostgreSQL or MySQL, please create a new database (for PostgreSQL) or a new schema (for MySQL) under the name: "homestead_data"
The picture below is for MySQL, using MySQL Workbench 8.0 CE.

Migrating Data to another provider
Prepare your new provider's details (username, password...) in the config.yml file.
Save the changes and reload the configuration via the command:
/hsadmin reloadMigrate the current data to the new provider using the command:
/hsadmin migratedata [provider]Turn off your server, and change the provider to the provider you migrated to earlier in config.yml. Remember to save the changes!
Start the server.
You're good to go!
Caution: RELOADING THE PLUGIN (INSTEAD OF SHUTTING DOWN THE SERVER) AND RESTARTING THE SERVER WILL CAUSE CORRUPTION OF ALL DATA. PLEASE BE CAREFUL.
If the data was lost, we're not responsible for the damage.
Last updated