[PR #4613] [CLOSED] docs: fix shell comnad for restoring the database #10447

Closed
opened 2026-02-05 14:22:05 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/4613
Author: @eliavandini
Created: 10/23/2023
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 1fa01b9 fix backup and restore documentation shell comnad for restoring the database

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 docs/docs/administration/backup-and-restore.md (+1 -0)

📄 Description

Hi, i was restoring a database of an earlier immich instance on a brand new server, but the command provided by the documentation kept failing with
Error response from daemon: network immich-app_default not found Error: failed to start containers: immich_postgres.
Manually starting the network before starting the database seemed to fix the issue. I was able to reproduce the issue on my second laptop and creating the network before starting the database also fixed that.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/4613 **Author:** [@eliavandini](https://github.com/eliavandini) **Created:** 10/23/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`1fa01b9`](https://github.com/immich-app/immich/commit/1fa01b96f82b537ebcd97623d3004ea0737a94b4) fix backup and restore documentation shell comnad for restoring the database ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/administration/backup-and-restore.md` (+1 -0) </details> ### 📄 Description Hi, i was restoring a database of an earlier immich instance on a brand new server, but the command provided by the documentation kept failing with `Error response from daemon: network immich-app_default not found Error: failed to start containers: immich_postgres`. Manually starting the network before starting the database seemed to fix the issue. I was able to reproduce the issue on my second laptop and creating the network before starting the database also fixed that. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:22:05 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#10447