Skip to content
Snippets Groups Projects
Commit af0b7773 authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update installation-and-configuration-guide.md

parent 574fb808
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -486,8 +486,9 @@ openBIS database. They are all mandatory.
| database.admin-password | Password for admin user. Usual an empty string. |
| `database.owner` | ID of the user owning the data. This should generally be openbis. The openbis role and password need to be created. In case of an empty string it is the same user who started up openBIS Application Server. |
| `database.owner-password` | Password of the owner. |
> :warning: **The credentials for the database user with the privilege to create a new database depends on the installation and configuration of the PostgreSQL database.**
```{warning}
The credentials for the database user with the privilege to create a new database depends on the installation and configuration of the PostgreSQL database.
```
## Start Server
......@@ -501,7 +502,9 @@ are configured). Log files can be found in
`<installation folder>/servers/openBIS-server/jetty/logs`. Also the
following command shows the log: `<installation folder>/bin/bislog.sh`
> :warning: **The first user logged in into the system will have full administrator rights (role `INSTANCE_ADMIN`).**
```{warning}
The first user logged in into the system will have full administrator rights (role `INSTANCE_ADMIN`).
```
## Stop Server
......@@ -1266,7 +1269,9 @@ application server should access this database as a user which is member
of a read-only group. The name of this read-only group is project
specific.
> :information_source: It is possible to configure openBIS to query multiple project-specific databases.
```{note}
It is possible to configure openBIS to query multiple project-specific databases.
```
#### Create Read-Only User in PostgreSQL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment