HomeMogDBMogDB StackUqbar
v2.0

Documentation:v2.0

Supported Versions:

Other Versions:

Dual Network Segment

Dual-segment control is supported in the ha_ips field of each server in db_servers, which currently only supports up to one redundant IP, which must be on the same server as the host field.

! Note: If dual segment is configured, it must be configured on all servers, not some machines.

global:
  # Cluster name
  cluster_name: c1
  # OS user name
  user: omm
  # System user password
  user_password: "" # ptk encrypt password
  # Database password
  db_password: ""  # ptk encrypt password
  # Database port
  db_port: 26000
  # Database installation base directory
  base_dir: /data/mogdb

db_servers:
  - host: <IP1.1>
    # Redundant IP, currently configured up to 1
    ha_ips:
    - <IP1.2>
    role: primary
  - host: <IP2.1>
    ha_ips:
    - <IP2.2>
    role: standby
Copyright © 2011-2024 www.enmotech.com All rights reserved.