the sample for usage of postgres in your app environment uses its own database which is different from your standard portgres. Standard postgres uses qradar superuser account. Of course you cann add your own portgres user, e.g. the user postgres if you like. Same is true for postgresql in case you nedd that. User and eventually user ole need to be defined inside your app. Documentation is at https://www.postgresql.org/docs/8.0/sql-createuser.html
Maybe you should explain in more detail what you are trying to achieve and what your new postgres user will be used for.
------------------------------
[Karl] [Jaeger] [#ibmchampion]
[QRadar Specialist]
[cnag]
[Siegen] [Germany]
------------------------------
Original Message:
Sent: Wed September 04, 2024 08:24 AM
From: tianxing liu
Subject: qradar apps with postgresql
My qradar app integrates the postgresql database as shown in the sample:https://github.com/IBM/qradar-sample-apps/tree/master/PostgreSQL.
However, it was found that the database user is appuser and there is no other super administrative user. How do I add the "postgresql" super administrative user and password
------------------------------
tianxing liu
------------------------------