Create database test' it's giving error: table system.transactions not found :object_not_found

Config :::

run yb-master

nohup /apps/yugabyte/yugabyte-2.19.0.0/bin/yb-master-flagfile/apps/yugabyte/yugabyte-2.19.0.0/conf/master.conf>/apps/yugabyte/yugabyte-2.19.0.0/yb- master.out 2>&1 &

–run yb-tserver

$ nohup/apps/yugabyte/yugabyte-2.19.0.0/bin/yb-tserver --flagfile/apps/yugabyte/yugabyte-2.19.0.0/conf/tserver.conf >/apps/yugabyte/yugabyte-2.19.8.e/yb- tserver.out 2> &1 &

master.conf

–master_addresses=ip1:7100,ip2:7100

–rpc_bind_addresses=ip1:7100

–webserver_interface=ip1

–webserver_port=7020

–metric_node_name=yb-master-1

–fs_data_dirs=/apps/yugabyte/data/ymdata1

–logtostderr=true

$ tserver.conf

–master_addresses=ip1:7100,ip2:7100

–tserver_master_addrs=ip1:7100,ip2:7100

–rpc_bind_addresses=ip2:9100

–enable_ysql

–pgsql_proxy_bind_address=ip2:5433

–cql_proxy_bind_address=ip2:9042

–fs_data_dirs=/apps/yugabyte/data/tsdatal

–logtostderr=true

I think you have to specify the --replication-factor.

Can you try with yugabyted cli cause it’s to run & test?

Thanks @dorian_yugabyte , it worked.