Can store attachments to mysql? #774

Closed
opened 2026-02-04 22:30:07 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @wqwwffsytxwp on GitHub (Aug 15, 2020).

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). # Please submit all your feature requests to the forum Link: https://bitwardenrs.discourse.group/c/feature-requests Can store attachments to mysql?
OVERLORD added the better for forum label 2026-02-04 22:30:07 +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.

@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.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#774