initdb.conf

You can use the initdb.conf file to configure the server for initializing the database.

The initdb.conf file defines:
  • the database parameters
  • the root user of the system (the user that will log in to the admin console)
  • a default metadata for the database
Note:
  • Metadata can also be created in the admin console. See the TIBCO Graph Database Administration Guide for more details.
  • A default metadata can be defined in initdb.conf and new metadata objects can be added later using the admin console.
  • Metadata can also be referred to as a schema.