ConfigProduction
Synopsis
[Actions]
ConfigProduction:Namespace=Namespace,Path=ProductionFilePath,Name=ProductionName
Description
ConfigProduction deploys a new production. InterSystems IRIS® creates the defined production when processing the [Actions] section during a configuration merge. The action requires the namespace to run the production, the file path to store it, and the production name.
When using ConfigProduction, you can specify the optional AutoStart (1 or 0) property. The default value of AutoStart is 0; when set to 1, the production is configured as an Auto-Start Production.
When configuring a namespace with the ConfigProduction action:
-
If the specified namespace does not exist, InterSystems IRIS automatically performs a few operations. InterSystems IRIS creates a new database resource that protects two new databases: a default database for globals and a default database for routines. The name of the resource and each database is based on the value passed to Namespace defined in ConfigProduction, the databases are created in the install-dir/mgr directory. InterSystems IRIS will then create the namespace, using the newly created databases, and enable it for interoperability.
-
If the specified namespace already exists but lacks interoperability support, InterSystems IRIS will automatically enable interoperability features for the namespace.
Changing this Operation
This operation is designed to be used during a configuration merge. You can change ConfigProduction by editing the merge file in a text editor (as described in Editing the Active CPF).
See Defining Applications for more information about managing applications from the management portal.