Cannot create schema: ERROR: Table system. transactions not found:

Hi guys,
When I installed the YugabyteDB on the servers( Ubuntu 24.04 LTS) and tried to create a database or connect the gigabyte database(default), the terminal displayed an error message.
See the screenshot:

YugabyteDB version is: v2024.1.1.0

Hi! How did you start YB? Are you using yugabyted? If so, try using the --cloud_location switch when starting.

Cloud location of the yugabyted node in the format cloudprovider.region.zone. This information is used for multi-zone, multi-region, and multi-cloud deployments of YugabyteDB clusters.

For on-premises deployments, consider racks as zones to treat them as fault domains.

See: yugabyted reference | YugabyteDB Docs

Thanks Jim, let me try it.