From 48384493d519dbc98c0ad713a73541377bd99f41 Mon Sep 17 00:00:00 2001 From: Kyle Fawcett <16923433+RustyPotato@users.noreply.github.com> Date: Sun, 19 Jan 2025 14:54:05 -0600 Subject: [PATCH] Update Uninstall Order Update the order of steps in the uninstall section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a76b0d..3627bad 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,8 @@ deluser immich # Remove Immich DB sudo -u postgres psql -postgres=# drop user immich; postgres=# drop database immich; +postgres=# drop user immich; postgres=# \q # Optionally remove dependencies