Schedule Data Extraction for Reporting
Each extract-transform-load (ETL) job consists of extracting the data from the production database, transforming it to support reporting, and loading it into the datamart.
By default, this is done every night at 2:30 a.m., by the host's local clock.
-
Open the
site-options.conf
file, the master configuration file that controls your TeamForge site.vi /opt/collabnet/teamforge/etc/site-options.conf
notevi
is an example. Any *nix text editor will work. -
Set the ETL_JOB_TRIGGER_TIME variable to the interval at which you want ETL jobs to run. For example, a value of
0 0/15 * * * ?
will run an ETL job every 15 minutes. -
Review the variables you have changed, then save the
site-options.conf
file.