Update other-database-backends.md
Correct table new in SQL for MariaDB column compression.
This commit is contained in:
parent
7384c00713
commit
1b581aa4ba
|
@ -84,7 +84,7 @@ With a lot of media files the `sync_media` table grows in size quickly.
|
|||
You can save space using column compression using the following steps while using MariaDB:
|
||||
|
||||
1. Stop tubesync
|
||||
2. Execute `ALTER TABLE sync_source MODIFY metadata LONGTEXT COMPRESSED;` on database tubesync
|
||||
2. Execute `ALTER TABLE sync_media MODIFY metadata LONGTEXT COMPRESSED;` on database tubesync
|
||||
3. Start tunesync and confirm the connection still works.
|
||||
|
||||
## Docker Compose
|
||||
|
|
Loading…
Reference in New Issue