Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Znav
nextDbProperty Descriptor Element
prevApplication Descriptor Element

A dbenv element causes an IceGrid node to generate Freeze configuration properties for the server or service in which it is defined, and may cause the node to create a database environment directory if necessary. This element may contain dbproperty elements.

This element may only appear as a child of a server or service element.

The following attributes are supported:

Attribute

Description

Required

home

Specifies the directory to use as the database environment. If not defined, a subdirectory within the node's data directory is used.

No

name

The name of the database environment.

Yes

The values of the name and home attributes are used to define the Freeze.DbEnv.env-name.DbHome property as shown below:

Freeze.DbEnv.name.DbHome=home

An optional nested description element provides free-form descriptive text.

Here is an example to demostrate the use of this element:

Wiki Markup
{zcode:xml}
<dbenv name="MyEnv" home="/opt/data/db">
    <description>A description of the database environment.</description>
    ...
</dbenv>
{zcode}
Ztop
See Also
Zret
Znav
nextDbProperty Descriptor Element
prevApplication Descriptor Element