mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-20 14:15:54 +00:00
Update linux_database_configuration.rst
PostgreSQL instead of MySQL on how to remotley access a postgres server (previously "To access a PostgreSQL installation on a...")
This commit is contained in:
@ -342,7 +342,7 @@ the command from, use::
|
||||
|
||||
psql -Uusername -dnextcloud
|
||||
|
||||
To access a MySQL installation on a different machine, add the -h option with
|
||||
To access a PostgreSQL installation on a different machine, add the -h option with
|
||||
the respective host name::
|
||||
|
||||
psql -Uusername -dnextcloud -h HOSTNAME
|
||||
|
Reference in New Issue
Block a user