mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
replaced owncloud by nextcloud in database configuration
This commit is contained in:
parent
ec7e5ed1e2
commit
62c1479f2a
@ -193,8 +193,8 @@ Then a **postgres=#** prompt will appear. Now enter the following lines and conf
|
||||
|
||||
CREATE USER username WITH PASSWORD 'password';
|
||||
CREATE DATABASE nextcloud TEMPLATE template0 ENCODING 'UNICODE';
|
||||
ALTER DATABASE owncloud OWNER TO username;
|
||||
GRANT ALL PRIVILEGES ON DATABASE owncloud TO username;
|
||||
ALTER DATABASE nextcloud OWNER TO username;
|
||||
GRANT ALL PRIVILEGES ON DATABASE nextcloud TO username;
|
||||
|
||||
You can quit the prompt by entering::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user