rapid7 / metasploit-framework

Metasploit Framework
https://www.metasploit.com/
Other
34.23k stars 14k forks source link

MS-9682 Rails Upgrade Preparation: Workflows #19644

Closed adeherdt-r7 closed 1 week ago

adeherdt-r7 commented 1 week ago

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

adfoster-r7 commented 1 week ago

reduce the noise level in the logs

What noise is this sorry 👀

adeherdt-r7 commented 1 week ago

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.