mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-18 04:11:07 +00:00
Update Uninstall Order
Update the order of steps in the uninstall section.
This commit is contained in:
committed by
Juhyung Park
parent
2a71561f2f
commit
48384493d5
@@ -175,8 +175,8 @@ deluser immich
|
|||||||
|
|
||||||
# Remove Immich DB
|
# Remove Immich DB
|
||||||
sudo -u postgres psql
|
sudo -u postgres psql
|
||||||
postgres=# drop user immich;
|
|
||||||
postgres=# drop database immich;
|
postgres=# drop database immich;
|
||||||
|
postgres=# drop user immich;
|
||||||
postgres=# \q
|
postgres=# \q
|
||||||
|
|
||||||
# Optionally remove dependencies
|
# Optionally remove dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user