Merge pull request #13832 from Budibase/fix-mariadb-healthcheck
Fix mariadb healthcheck.
This commit is contained in:
commit
792970a93e
|
@ -18,7 +18,7 @@ class MariaDBWaitStrategy extends AbstractWaitStrategy {
|
|||
await logs.waitUntilReady(container, boundPorts, startTime)
|
||||
|
||||
const command = Wait.forSuccessfulCommand(
|
||||
`mysqladmin ping -h localhost -P 3306 -u root -ppassword`
|
||||
`/usr/local/bin/healthcheck.sh --innodb_initialized`
|
||||
)
|
||||
await command.waitUntilReady(container)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue