Skip to content

Commit

Permalink
Remove plugin description of backups
Browse files Browse the repository at this point in the history
Co-authored-by: felix920506 <[email protected]>
  • Loading branch information
joshuaboniface and felix920506 authored Jan 25, 2025
1 parent 6162214 commit e5996d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blog/2025/01-25-efcore-and-me/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Adding support for other database providers will be a significant change beyond

Very importantly, we have not yet optimized the rest of Jellyfin to work with the new database access. That means it is possible that unstable builds may be significantly slower while we are rewriting the rest of the code to utilize the new structures.

There are also plans that build upon the new architecture to provide proper means to back up a Jellyfin instance now that everything is strongly typed. This means a plugin can now back up the entire Jellyfin instance while it is running, something that was previously not possible to do reliably.
Furthermore, this export/import plugin would be necessary if we aim to support multiple database providers and allow exporting data to other database systems.
The new architecture also allows for a proper way of backing up Jellyfin instances while it is running, something that was previously impossible to do reliably.

## The Future

Expand Down

0 comments on commit e5996d2

Please sign in to comment.