Working with BIRT iHub utilities : Working with Encyclopedia Data Store Administrator : Performing operations using Encyclopedia Data Store Administrator utility : Importing one or more volumes into a populated schema
 
Importing one or more volumes into a populated schema
This operation is only supported for PostgreSQL. Typically, you perform this operation to import an additional volume into a shared schema that already contains one or more volumes.
SCHEMA_NAME does not need to match the schema name from which the utility exported the data. Do not change the volume names, because these names are defined in the exported data. Importing data into PostgreSQL requires superuser privileges.
Configure these properties as shown in the following example:
AC_SERVER_HOME = /home/actuate/iHub/AcServer
DATABASE_TYPE = PostgreSQL
SUPERUSER = postgres
SUPERUSER_PASSWORD = <your superuser password>
DATABASE_NAME = iserverDATABASE_HOST = localhost
DATABASE_PORT = 8432
SCHEMA_NAME = <provide a name>
SCHEMA_PASSWORD = <provide a password>
IMPORT_DATA = true
DATA_IMPORT_FOLDER = {ISERVER OR IHUB_EXPORT_FOLDER}