[GH-ISSUE #1100] Can store attachments to mysql? #775

Closed
opened 2026-03-03 02:03:05 +03:00 by kerem · 1 comment
Owner

Originally created by @wqwwffsytxwp on GitHub (Aug 15, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1100

Please submit all your feature requests to the forum

Link: https://bitwardenrs.discourse.group/c/feature-requests
Can store attachments to mysql?

Originally created by @wqwwffsytxwp on GitHub (Aug 15, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1100 # Please submit all your feature requests to the forum Link: https://bitwardenrs.discourse.group/c/feature-requests Can store attachments to mysql?
kerem 2026-03-03 02:03:05 +03:00
Author
Owner

@BlackDex commented on GitHub (Aug 16, 2020):

In theory this could be possible, but in real life this is going to create issues.
For one, storing files in a database is not consider best practices, and we have to base64 encode the files or store them as blobs.
Which will increase the files and database very much and slow things down.

Is there a specific reason you want those files stored in the database?
The only thing i can think of is easy backup.

<!-- gh-comment-id:674529239 --> @BlackDex commented on GitHub (Aug 16, 2020): In theory this could be possible, but in real life this is going to create issues. For one, storing files in a database is not consider best practices, and we have to base64 encode the files or store them as blobs. Which will increase the files and database very much and slow things down. Is there a specific reason you want those files stored in the database? The only thing i can think of is easy backup.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#775
No description provided.