|
Important: Do not start the update process until you have completed the initial load of the database. |
Note: It is recommended to copy and paste the code provided in these instructions. |
1. Install the appropriate repository for your operating system using the command listed in the Repository column below. If necessary, adjust the code to reflect the version you are using.
Operating System | Repository |
---|---|
RHEL/CentOS 7 | sudo dnf -y install \ |
RHEL/Rocky 8 | sudo dnf -y install \ |
Amazon Linux 2 | sudo yum -y install \ |
2. After installing the repository, run a yum update to pull in the patched version of libxml2 from the IFI CLAIMS repository.
sudo yum update libxml2 |
3. Install the Alexandria client tools package.
sudo yum -y install perl-Alexandria-Library sudo yum -y install perl-Alexandria-Client-Tools |
4. Configure PostgreSQL user and password.
Note: If you are installing the client tools on a different machine from your PostgreSQL instance, you must change the database entry in the configuration file /
|
5. Configure CLAIMS Direct user name and password.
Edit /etc/alexandria/apgupd.conf
and replace CD_USER
and CD_PASSWORD
entries appropriately.
Note: See Processing Server for a list of the parameters available. For example, to maintain the supplemental tables required for on-site family and citation functionality, you must add |
# Credentials given by IFI to access updates CD_USER=test CD_PASSWORD=test |
6. Enable the service.
systemctl enable apgupd.service |
7. Start the service.
systemctl start apgupd.service |
Note: For new installations as well as any changes to your subscription, it may take 24 hours for full synchronization of your on-site instance. |
Important: Logging is available in |
If you are interested in our assistance with indexing the data warehouse, please contact your sales representative. |