[Feature]: data for server/db saved as file within backup folder for easy secondary backup and redundancy. #257

Closed
opened 2026-02-04 19:08:52 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @EnderPicture on GitHub (Sep 7, 2022).

Feature detail

Hi,

It would be great if all files related to the server and its database could be saved as files within the chosen backup folder for easy migration to another server, backup, and replication.

The idea is that, by backing up the backup folder to any other location (another drive, offsite drive, or cloud storage), one can just restore the one folder, point docker to the folder, and everything will be restored, back and running.

Great work as always,
Thanks!

Platform

Server

Originally created by @EnderPicture on GitHub (Sep 7, 2022). ### Feature detail Hi, It would be great if all files related to the server and its database could be saved as files within the chosen backup folder for easy migration to another server, backup, and replication. The idea is that, by backing up the backup folder to any other location (another drive, offsite drive, or cloud storage), one can just restore the one folder, point docker to the folder, and everything will be restored, back and running. Great work as always, Thanks! ### Platform Server
Author
Owner

@bo0tzz commented on GitHub (Sep 7, 2022):

The database folder is currently mounted to a docker volume, but you are free to mount it to a path instead so you can easily back it up.

@bo0tzz commented on GitHub (Sep 7, 2022): The database folder is currently mounted to a docker volume, but you are free to mount it to a path instead so you can easily back it up.
Author
Owner

@zackpollard commented on GitHub (Sep 7, 2022):

Backup solutions exist to backup postgres as well individual files and folders on a filesystem remotely, as no one part of the immich system has access to all the locations files are stored (db files, data, etc) then this isn't really feasible to do anyway. I would look into implementing an existing backup solution for this, I don't think this is within the scope of Immich itself.

@zackpollard commented on GitHub (Sep 7, 2022): Backup solutions exist to backup postgres as well individual files and folders on a filesystem remotely, as no one part of the immich system has access to all the locations files are stored (db files, data, etc) then this isn't really feasible to do anyway. I would look into implementing an existing backup solution for this, I don't think this is within the scope of Immich itself.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#257