V-quick-install-app script failing

I tried installing wordpress using CLI. Failed with below error

root@server3:/usr/local/hestia/bin# v-quick-install-app install websoo domain.site WordPress email="[email protected]" password="123456678" username="domain" site_name="Site Name" install_directory="/" language="en_EN" php_version="8.3" database_create="true"
PHP Warning:  Undefined array key "database_host" in /usr/local/hestia/web/src/app/WebApp/AppWizard.php on line 136
PHP Fatal error:  Uncaught TypeError: Hestia\System\HestiaApp::databaseAdd(): Argument #5 ($dbhost) must be of type string, null given, called in /usr/local/hestia/web/src/app/WebApp/AppWizard.php on line 131 and defined in /usr/local/hestia/web/src/app/System/HestiaApp.php:163
Stack trace:
#0 /usr/local/hestia/web/src/app/WebApp/AppWizard.php(131): Hestia\System\HestiaApp->databaseAdd()
#1 /usr/local/hestia/bin/v-quick-install-app(101): Hestia\WebApp\AppWizard->execute()
#2 /usr/local/hestia/web/src/vendor/symfony/console/Command/Command.php(277): Closure->{closure}()
#3 /usr/local/hestia/web/src/vendor/symfony/console/Application.php(1076): Symfony\Component\Console\Command\Command->run()
#4 /usr/local/hestia/web/src/vendor/symfony/console/Application.php(342): Symfony\Component\Console\Application->doRunCommand()
#5 /usr/local/hestia/web/src/vendor/symfony/console/Application.php(193): Symfony\Component\Console\Application->doRun()
#6 /usr/local/hestia/bin/v-quick-install-app(179): Symfony\Component\Console\Application->run()
#7 {main}
  thrown in /usr/local/hestia/web/src/app/System/HestiaApp.php on line 163
root@server3:/usr/local/hestia/bin#