Replies: 2 comments 6 replies
-
You haven’t shared any information at all about what commands you ran or what you tried. That in mind, in guessing you’re trying to import a file without un-GZIPing |
Beta Was this translation helpful? Give feedback.
-
I tried unpacking the file and restoring via command gc "D:\immich-app\library\backups\immich-db-backup-1732932000008.sql" | docker exec -i immich_postgres psql --username=postgres # Restore Backup I get the following error.. Program 'docker.exe' failed to run: capacity was less than the current size.
At line:1 char:1
|
Beta Was this translation helpful? Give feedback.
-
When restoring using the instructions via the link below I'm getting multiple invalid command errors.
https://immich.app/docs/administration/backup-and-restore/#manual-backup-and-restore
Any suggestions on why I'm getting these errors when completing the restore?
Followed the commands..
docker compose down -v # CAUTION! Deletes all Immich data to start from scratch
Uncomment the next line and replace DB_DATA_LOCATION with your Postgres path to permanently reset the Postgres database
Remove-Item -Recurse -Force D:\immich-app\postgres # CAUTION! Deletes all Immich data to start from scratch
docker compose pull # Update to latest version of Immich (if desired)
docker compose create # Create Docker containers for Immich apps without running them
docker start immich_postgres # Start Postgres server
sleep 10 # Wait for Postgres server to start up
Check the database user if you deviated from the default
gc "D:\immich-app\library\backups\immich-db-backup-1732932000008.sql.gz" | docker exec -i immich_postgres psql --username=postgres # Restore Backup
docker compose up -d # Start remainder of Immich apps
invalid command \j?{J????uo_???<i??????????{▼?pt,??n?[@↑6????♥A?????U???y)?K!?i??J??????eum
invalid command ?X↕?p??6????????►??▬u♂ZZ?g{gC???q
invalid command \8m{☺#"↓??x???'↕??,???k?=??=????????
Y??_????????∟7??kj?↕????↑?◄?S?H♫???☻y?????U%????-??↨????m@?l??M?L???;v♦??x?§▬?$F??e??T¶B2?Ya5??????♣????>LD☺???????????♥??$J??}?↨T??????op♥?O???HO??????N??r?+??j???{|&I????6??♫????invalid command ??FYD??
invalid command \N☻?T?p☼?????C???V&?.?x'♦)Q.V?9??3&&???F???y???!??????v)?A??►p??R♂?.?????{??♂⌂?!:????H????aZ??☼?????6&]?'?▲☺??∟→?☺????%???8§1?H?X?u}n?▼???^"?♠j?I?%∟♥??/0§?!??g→?B???Y∟??L??O▬☼??/??ly??0??W♥Z??B?z♥¶§'>????D?FE??'
invalid command ?♂?cIP7▬Z?uB⌂?
invalid command ???j??2????3?►?
invalid command ??T?????
n??g♫.?r?↓??↑??◄????↔???QR=?g♂^{?♫???∟☺u?0???(??@t??????%x?Kw:????8D?M↓invalid command \¶.?&?#?I??#?>?@???►?p?q_☺????‼8???????
invalid command \S???Y?-??lO??+?c?/??$F↑
invalid command \♣??|????+♦????
?▲?}???♠→?↑??????↨5+N?O?▲????????y?V?▬9??Z?I??"j?????f??∟♣?
??☻??§6↓?invalid command ?PU?§???‼???☼B???J????P☼??b?S?L??p
invalid command ???L??????∟?_r????,?n?Y??j?►?9?t?§?u??E??=‼0?[z
invalid command ?♫h?X"
???b1♂]??F[??uEa??u???r?cT$3?????y↕H??♥:??p8V??.??¶?b???l?▬J? invalid command \?Z? invalid command \??♥ invalid command \?t?8??u?K??h?????'▲j?O♂???*??? invalid command \???j6Z???
????)?=????↨☺?>???▼invalid command \Vc?9h?☺h?l????????_⌂??s??????=
????????⌂??????D/♫y???*???????K?Rk?⌂?9?M??'???m,??????2???????invalid command ?a?u?▲Z??1????||TX??e@?a6?☻‼??h◄????.◄??|??'????C?↑?x?D↑?N??^.me??y??&??Q??-☻lQ??S§(↑|d_9"☼K?↔????????
invalid command ?z6?↕?$?'???f►b?z?jV3C???J???<r▬w?↨??O:/+?v?#??F
6??v8♥?0??n?☼♦?2i?▼???→B}-☺I?%j?P???&↕#?o:?:FR‼?:►0+?6=Ainvalid command ????F↨↓?►???↓?
invalid command \f??*6US????!
invalid command \R?↨???,?
invalid command ?☺|?5?Eg∟?9???wS??↓L?K
invalid command \S?n?8_%↔??#/~?n?☼N?R?♂??◄?5I???▲??U??'?X:???????B☺?]♠¶????V8?=?oW#)oK↑{f???
Beta Was this translation helpful? Give feedback.
All reactions