Closed adeherdt-r7 closed 1 week ago
reduce the noise level in the logs
What noise is this sorry 👀
reduce the noise level in the logs
What noise is this sorry 👀
The logs of the PostgreSQL database are flooded with Role "root" does not exist
because the standard command takes the current user as role, which does not work, so by eliminating this we can actually look at the logs to see if something sensible shows up.
Description
Updating the workflows to accommodate the required changes for the Ruby on Rails 7.1 upgrade. This increases the timeout settings and changes the healthcheck command to properly use the correct account and reduce the noise level in the logs.
Verification