Provision Interaction Server

From Genesys Documentation
Jump to: navigation, search
This topic is part of the manual Interaction Server Private Edition Guide for version Current of Interaction Server.


Learn how to provision Interaction Server.

By default, IXN Service creates IXN Server DB if the DB does not exist yet. It's done automatically on pod initialization phase. No manual actions are needed unless this is undesirable for some reason.

All data is stored in PostgreSQL, which is external to the IXN.

IXN requires two PostgreSQL databases to be created: for IXN and IXN Node.

ixnService:
  ixnServer:
    secrets:
      db:
        enabled: true
        secretName: <secret name>
        username: <postgres user>
        password: <postgres password>
  ixnNode:
    secrets:
      db:
        enabled: true
        secretName: <secret name>
        username: <postgres user>
        password: <postgres password>


Retrieved from "https://all.docs.genesys.com/IXN/Current/IXNPEGuide/Provision (2024-04-26 10:45:17)"
Comments or questions about this documentation? Contact us for support!