-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
immich: 1.119.1 -> 1.120.1 #354083
immich: 1.119.1 -> 1.120.1 #354083
Conversation
immich-app/immich#13773 added a regular database dump/backup job that utilizes |
Is there a way to start the backup manually so we can run it in the test? |
I think we should be able to trigger it using the following curl: $ curl -X PUT --json '{"command": "start"}' "$baseUrl/api/jobs/backupDatabase" And check for completion $ curl "$baseUrl/api/jobs" | jq '.backupDatabase.jobCounts.completed > 0' |
dope ! I thought of suggesting a nixos module to backup immich this week (on the discussed nextcloud model) but this is too specific to be reusable properly. It was simpler to use the restic and postgresqlBackup module already. I might have to disable the latter if immich already does it ! |
Sounds like we're not supposed to use the built-in database backups: immich-app/immich#13971 (comment) |
01762f8
to
cf826cc
Compare
This failed on build, I ran it a second time and it worked.
|
Adding perl back in as removed 1df8bd3
|
I instead disabled the check whether perl is on the PATH. |
8cdd649
to
647b9df
Compare
I'll merge this today if nobody objects. |
Changelog:
https://github.com/immich-app/immich/releases/tag/v1.120.0
https://github.com/immich-app/immich/releases/tag/v1.120.1
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.