Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-70691

Add support for host failover with PostgreSQL

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Do
    • Icon: Minor Minor
    • None
    • 3.10.1
    • Database SQL/XMLDB
    • None
    • MOODLE_310_STABLE

      Since version 10, PostgreSQL allows to specify serveral hosts in the
      connnection string, and can, if the connection option
      target_session_atts=read-write is added, automatically choose the primary
      (writable) node in a cluster. If the primary changes (due to a failover or
      switchover), the client connection will be retried for the next host until a
      writable primary is found again.

      To leverage this, add the "dbfailover" option to dboptions. If it is set, add
      "target_session_attr=read-write" to the connection string. This, in conjunction
      with specifying several hosts in $CFG->dbhost config variable makes it possible
      to point Moodle at a high-available PostgreSQL cluster and let it follow
      failovers automatically.

            Unassigned Unassigned
            mbanck mbanck
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.