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

  1. Make sure your exportedData.yml file is empty. (If you delete it, reload the server to re-create the file).
  2. Make sure your config is using the engine that your data is currently stored in. (Default sqlite).
  3. Run the /eb export command. All of the stored data will export to the exportedData.yml file.
  4. 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.
  5. 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

Posts Quoted:
Reply
Clear All Quotes