Skip to content

Commit

Permalink
Merge pull request #452 from ShaneBridges1234/patch-1
Browse files Browse the repository at this point in the history
Update other-database-backends.md
  • Loading branch information
meeb authored Jan 3, 2024
2 parents 7384c00 + 1b581aa commit b11b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/other-database-backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b11b667

Please sign in to comment.