Merge pull request #452 from ShaneBridges1234/patch-1

Update other-database-backends.md
This commit is contained in:
meeb 2024-01-03 16:06:17 +11:00 committed by GitHub
commit b11b667aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: You can save space using column compression using the following steps while using MariaDB:
1. Stop tubesync 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. 3. Start tunesync and confirm the connection still works.
## Docker Compose ## Docker Compose