From d93462988954079948c1104fc2853baa0328d903 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 9 Feb 2022 18:17:12 +0100 Subject: [PATCH] improve the migration docs by putting in the password directly Signed-off-by: szaimen --- migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.md b/migration.md index 94ce403e..cc14ff06 100644 --- a/migration.md +++ b/migration.md @@ -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: ``` - occ db:convert-type --all-apps pgsql "$PG_USER" 127.0.0.1 "$PG_DATABASE" + occ db:convert-type --all-apps --password "$PGDB_PASS" 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.
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