📖
Ree6
  • 🏠Home
    • Welcome to the Ree6 Wiki!
  • ✨Features
    • Community
    • Music System
  • 📒Database
    • Which Database is supported?
    • H2 as a Server
  • 🤖Bot
    • Self hosting
      • Self host with Pterodactyl
      • Self host with Docker
    • Plugin System
      • Installing Plugins
      • Create Plugins
    • StreamTools
    • Configurations
    • Translations
    • Troubleshooting
  • 🌐Webinterface
    • What is the Webinterface?
    • Self hosting
      • Self host with Pterodactyl
      • Self host with Docker
  • 🌎All-in-One
    • 🐋Docker
  • ⁉️Troubleshooting
    • Migration Failed!
  • 👴Legacy
    • Addon System
      • Make your first Addon
Powered by GitBook
On this page
  • Note
  • MariaDB
  • SQLite
  • H2
  • PostgreSQL
  1. Database

Which Database is supported?

PreviousMusic SystemNextH2 as a Server

Last updated 1 year ago

Note

We use Flyway to migrate Database schemas to a newer version, this allows us to update the Database without forcing completely breaking changes. For Database Version that are being supported by Flyway check out this .

MariaDB

The official Ree6 bot is using MariaDB and it is our main testing suit, so we recommend using MariaDB.

SQLite

SQLite allows you to have a single file as your Database, we sadly currently do not recommend using it because of some Issues related to Flyway.

H2

H2 is similar to SQLite but allows the creating of an embedded Server to allow multiple Applications to access the same Database.

PostgreSQL

Postgre is a simple and efficient Database solution it's not like H2 or SQLite but rather like MariaDB. If using MariaDB is not an option for you, PostgreSQL is the way to go.

📒
page