mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-27 01:02:10 +08:00
improve the migration docs by putting in the password directly
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3041e51b04
commit
d934629889
1 changed files with 1 additions and 1 deletions
|
@ -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 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.<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
|
||||||
|
|
Loading…
Reference in a new issue