-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
base: master
Are you sure you want to change the base?
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
@@ -116,7 +116,7 @@ in | |||
description = '' | |||
Configuration for Immich. | |||
See <https://immich.app/docs/install/config-file/> or navigate to | |||
<https://your-immich-domain/admin/system-settings> for | |||
<https://my.immich.app/admin/system-settings> for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change? should we be linking to their site? I think the placeholder is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole purpose of https://my.immich.app/ is to redirect to your Immich instance.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok 🤷
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.