1
0
mirror of https://github.com/Ombi-app/Ombi.git synced 2025-03-12 04:35:27 -07:00

Updated Using a different database (markdown)

Javier Pastor 2019-11-15 10:02:15 +01:00
parent 5a3cd9fdc6
commit ae85607e66

@ -57,6 +57,9 @@ You can also point all of them at the same database, as each table has a unique
***
### Migrating databases
This would be the procedure to migrate the Ombi databases from SQLite to a MySQL/MariaDB server.
If there is an error you can contact Discour or you can open an incident [here](https://github.com/vsc55/ombi_sqlite_mysql/issues).
#### Create database and user in the server MySql/MariaDB
On the MySQL/MariaDB server we will create the database and the user that we will use later.
```mysql