Closed agrare closed 2 years ago
COPY/usr/bin/manageiq-db-ready
puts
. Remove all debugging statements.puts
. Remove all debugging statements.puts
. Remove all debugging statements.Backported to najdorf
in commit 181aeafe7196c0a67300de1eb44420e86dbd96c1.
commit 181aeafe7196c0a67300de1eb44420e86dbd96c1
Author: Jason Frey <fryguy9@gmail.com>
Date: Mon Aug 15 17:46:32 2022 -0400
Merge pull request #364 from agrare/reload_database_yml
Reload database.yml in loop to pick up changes
(cherry picked from commit 122f2605931e5c74590c5b92ae732a425cc04ab1)
If the database.yml file is modified after the manageiq-db-ready unit starts the changes were not being picked up and manageiq-db-ready would hang.
Fixes https://github.com/ManageIQ/manageiq-appliance_console/issues/188