Updated Migration procedure from SQLite to MySQL or MariaDB (markdown)

master
twanariens 4 years ago
parent 5e8a965f06
commit ee319eaca8

@ -91,8 +91,8 @@ _You need to_ `GRANT ALL PRIVILEGES` _for every database you create._
```
And we need to create **database_multi.json**
```json
$ vi database_multi.json
```json
$ vi database_multi.json
{
"OmbiDatabase": {
"Type": "MySQL",
@ -108,6 +108,7 @@ $ vi database_multi.json
}
}
```
> The example above will export the **"OmbiDatabase"** and **"SettingsDatabase"** databases to server **"192.168.0.100"** but to different databases on the same server, while the **"ExternalDatabase"** database will be sent to server **"192.168.1.200"**.
5. Start ombi and wait for it to create the tables.
6. We access the ombi website to finish generating the missing tables. ExternalDatabase tables are not created until they are first accessed.

Loading…
Cancel
Save