Merge pull request #452 from ShaneBridges1234/patch-1
Update other-database-backends.md
This commit is contained in:
commit
b11b667aff
|
@ -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