dell / iDRAC-Telemetry-Reference-Tools

Reference toolset for PowerEdge telemetry metric collection and integration with analytics and visualization solutions.
https://github.com/dell/iDRAC-Telemetry-Reference-Tools
Apache License 2.0
29 stars 20 forks source link

/cmd/timescalepump/initialize_timescaledb mandating to use the default user "postgres" which is causing authentication failure for other users #145

Closed nethramg closed 1 month ago

nethramg commented 1 month ago

Omnia wants to upgrade iDRAC tools to the latest commit id dell/iDRAC-Telemetry-Reference-Tools at 301212c80581cf9d3d97b074b28d908373cb08f9 (github.com).

Observations with IDRAC tools commit id "301212c" when compared to commit id "0016fcb" The latest initialize_timescaledb.sh path is changed to /cmd/timescalepump/initialize_timescaledb and also mandates to provide the username as postgres. Why this username restriction change was made? Can we have any username other name postgres. Please confirm. image

If we provide any other username other than postgres, timescale DB creation fails with the following error.

image

krishnakartik1 commented 1 month ago

@nethramg You can now use any username for the timescale database.