From 0ee79281815cdaa7808eb5cbddf93b1f2cbbff56 Mon Sep 17 00:00:00 2001 From: Robert Zilke Date: Tue, 5 Mar 2024 15:17:24 +0100 Subject: [PATCH] Add note ncadmin is a temporary PostgreSQL user --- migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.md b/migration.md index f6866f7c..b8bf8734 100644 --- a/migration.md +++ b/migration.md @@ -33,7 +33,7 @@ The procedure for migrating the files and the database works like this: ``` 1. Create a new database by running: ``` - export PG_USER="ncadmin" + export PG_USER="ncadmin" # This is a temporary user that gets created for the dump but is then overwritten by the correct one later on export PG_PASSWORD="my-temporary-password" export PG_DATABASE="nextcloud_db" sudo -u postgres psql <