Backend icinga is not running

Hello,
I have installed icinga on test01(master) and test02(satellite)…The icingaweb2 was working fine untill i setup HA master setup provided in the documentation.
After certificate signing master with satellite the icingaweb started throwing error backend not running.
Can some one please help with this.

test01:
/**

  • The db_ido_mysql library implements IDO functionality
  • for MySQL.
    */

library “db_ido_mysql”

object IdoMysqlConnection “ido-mysql” {
user = “icinga2”,
password = “*********”,
host = “localhost”,
database = “icinga2”
}

icinga2 feature list
Disabled features: command compatlog debuglog elasticsearch gelf graphite icingadb influxdb influxdb2 livestatus opentsdb perfdata statusdata syslog
Enabled features: api checker ido-mysql mainlog notification

MariaDB [icinga2]> select status_update_time from icinga_programstatus;
±--------------------+
| status_update_time |
±--------------------+
| 2022-09-24 17:40:48 |
±--------------------+
1 row in set (0.000 sec)

test02:/**

  • The db_ido_mysql library implements IDO functionality
  • for MySQL.
    */

library “db_ido_mysql”

object IdoMysqlConnection “ido-mysql” {
user = “icinga2”,
password = “*********”,
host = “localhost”,
database = “icinga2”
}
icinga2 feature list
Disabled features: command compatlog debuglog elasticsearch gelf graphite icingadb influxdb influxdb2 livestatus notification opentsdb perfdata statusdata syslog
Enabled features: api checker ido-mysql mainlog
MariaDB [icinga2]> select status_update_time from icinga_programstatus;
±--------------------+
| status_update_time |
±--------------------+
| 2022-09-24 18:30:44 |
±--------------------+
1 row in set (0.001 sec)

closing this as i was able to resolve this by setting enable_ha = false as i have sepearate databse