Skip to content

Commit 5dcd6f7

Browse files
authored
Merge pull request #215 from acknologia/update-to-immich-pg18-guide
update to immich pg18 guide by putting images in drop down to condense guide
2 parents b55374a + 4d97103 commit 5dcd6f7

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

docs/troubleshooting/common-issues/ImmichPG18.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,44 @@
1212
- Log into TrueNAS UI
1313
1) Navigate to [HexOS Deck](https://deck.hexos.com)
1414
2) Navigate to the `settings` panel by selecting it on the left sidebar
15+
::: details Image
1516
![](../../public/assets/screenshots/immichpg18/1.png)
17+
:::
1618
3) Select the `TrueNAS` button
19+
::: details Image
1720
![](../../public/assets/screenshots/immichpg18/2.png)
21+
:::
1822
3) Select the new `TrueNAS` button
23+
::: details Image
1924
![](../../public/assets/screenshots/immichpg18/3.png)
25+
:::
2026
4) Login
2127
- The username will be `truenas_admin`
2228
- The password will be what you selected when first installing HexOS
29+
::: details Image
2330
![](../../public/assets/screenshots/immichpg18/4.png)
31+
:::
2432

2533
## Updating Process
2634

2735
1) Navigate to the `Apps` tab
36+
::: details Image
2837
![](../../public/assets/screenshots/immichpg18/5.png)
38+
:::
2939
2) Click on the Immich line
40+
::: details Image
3041
![](../../public/assets/screenshots/immichpg18/6.png)
42+
:::
3143
3) Stop Immich
44+
::: details Image
3245
![](../../public/assets/screenshots/immichpg18/7.png)
46+
:::
3347

3448
4) Determine Immich `version` on the `Application Info` card
3549
> **Note:** Not to be confused with `App Version`
50+
::: details Image
3651
![](../../public/assets/screenshots/immichpg18/8.png)
52+
:::
3753
5) Modify the following command to include your Immich `Version`
3854
```
3955
sudo nano /mnt/.ix-apps/app_configs/immich/versions/<insert_your_immich_version>/ix_values.yaml
@@ -43,39 +59,65 @@ In this example the command would be
4359
sudo nano /mnt/.ix-apps/app_configs/immich/versions/1.14.13/ix_values.yaml
4460
```
4561
6) Navigate to the `System` tab and then select `shell`
62+
::: details Image
4663
![](../../public/assets/screenshots/immichpg18/9.png)
64+
:::
4765
7) Paste the command created in step 4 and press enter
4866
> **Note:** To paste things in shell you need to press `Shift + Enter`
4967
8) You will be asked to enter your password.
5068
- This is the same password used to login into TrueNAS
5169
- There will be no input shown on screen as a security feature
5270
- When you finish entering your password you can press enter
71+
::: details Image
5372
![](../../public/assets/screenshots/immichpg18/10.png)
73+
:::
5474
9) Use your arrow keys to scroll down to the `postgres_update_image` section
75+
::: details Image
5576
![](../../public/assets/screenshots/immichpg18/11.png)
77+
:::
5678
10) Change the `tag` to `1.1.11`
79+
::: details Image
5780
![](../../public/assets/screenshots/immichpg18/12.png)
81+
:::
5882
11) Save the changes
5983
1) Press `Control + X` to exit
84+
::: details Image
6085
![](../../public/assets/screenshots/immichpg18/13.png)
86+
:::
6187
2) Press `Y` to save
88+
::: details Image
6289
![](../../public/assets/screenshots/immichpg18/14.png)
90+
:::
6391
3) Press `Enter` to save the file name
92+
::: details Image
6493
![](../../public/assets/screenshots/immichpg18/15.png)
94+
:::
6595
12) Return to the `Apps` tab
96+
::: details Image
6697
![](../../public/assets/screenshots/immichpg18/5.png)
98+
:::
6799
13) Click on the Immich line
100+
::: details Image
68101
![](../../public/assets/screenshots/immichpg18/16.png)
102+
:::
69103
14) On the `Application Info` card press `edit`
104+
::: details Image
70105
![](../../public/assets/screenshots/immichpg18/17.png)
106+
:::
71107
15) Edit the `Postgres Image (CAUTION)` line to `Postgres 18`
108+
::: details Image
72109
![](../../public/assets/screenshots/immichpg18/18.png)
110+
:::
73111
16) Scroll all the way down and press the `Update button`
74112
17) Start the Immich app
113+
::: details Image
75114
![](../../public/assets/screenshots/immichpg18/19.png)
115+
:::
76116
> **Note:** Starting Immich will take longer than usual this time.
77117
18) Once Immich has the `Running` status open the WebUI and make sure Immich is functioning normally
118+
::: details Image
78119
![](../../public/assets/screenshots/immichpg18/20.png)
120+
:::
79121
19) Update the Immich app in HexOS
80122

81123

0 commit comments

Comments
 (0)