fix it in the second place, too

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-05-17 11:30:13 +02:00 committed by GitHub
parent 4bf56d7981
commit 2fd91c0a28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ The procedure for migrating the files and the database works like this:
``` ```
1. Run the following command to start the conversion: 1. Run the following command to start the conversion:
``` ```
occ db:convert-type --all-apps --password "$PGDB_PASS" pgsql "$PG_USER" 127.0.0.1 "$PG_DATABASE" occ db:convert-type --all-apps --password "$PG_PASSWORD" pgsql "$PG_USER" 127.0.0.1 "$PG_DATABASE"
``` ```
**Please note:** You might need to change the ip-address `127.0.0.1` based on your exact installation.<br> **Please note:** You might need to change the ip-address `127.0.0.1` based on your exact installation.<br>
Further information on the conversion is additionally available here: https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/db_conversion.html#converting-database-type Further information on the conversion is additionally available here: https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/db_conversion.html#converting-database-type