mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Add note ncadmin is a temporary PostgreSQL user
This commit is contained in:
parent
27c783da9c
commit
0ee7928181
1 changed files with 1 additions and 1 deletions
|
|
@ -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 <<END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue