Upgrading the license before deploying Informix

After you install the Informix® service, you can upgrade your license from Informix Developer Edition to Informix Workgroup Edition, Informix Enterprise Edition or Informix Advanced Enterprise Edition.

About this task

You can upgrade your Informix Developer Edition license to any of the Informix 14.10 production licenses:

Table 1. Processor and memory limits per Informix server

Informix Edition Processor cores Allowed instance memory
Advanced Enterprise Unlimited Unlimited
Enterprise Unlimited Unlimited
Workgroup Up to 24 32 GB

Procedure

  1. Change to the project where you installed the Informix service:
    oc project project-name
  2. Run the oc patch command to update the InformixService custom resource edition attribute:
    oc patch informixservice informixservice-cr --type=merge -p '{"spec":{"edition":"edition_type"}}'

    Replace edition_type with the Informix edition you want to switch to based on the following table:

    Informix Edition Informix Edition type
    Advanced Enterprise AEE
    Enterprise EE
    Workgroup WE
  3. Check the status of the Informix service (informixservice-cr):
    oc get informixservice informixservice-cr -o jsonpath='{.status.informixStatus} {"\n"}'

    The Informix service is ready when the command returns Completed.

    Any new Informix database deployment will use the requested Informix edition.