import/Export Instructions
These instructions apply to the /eb import/export commands. This feature is used whenever you want to switch from MySQL / SQLite to the other.
How To Use
- Make sure your exportedData.yml file is empty. (If you delete it, reload the server to re-create the file).
- Make sure your config is using the engine that your data is currently stored in. (Default sqlite).
- Run the /eb export command. All of the stored data will export to the exportedData.yml file.
- Open your config, and change the SQL engine. If you are using sqlite, change it to mysql. If you were using mysql, change it to sqlite.
- Run the /eb import command. All data in the exportedData.yml file will be imported. This may take several minutes based on how much data you have stored.
Comments