From c6a838fe921454dd8069ab8126d4c710a1b5397c Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Tue, 20 Aug 2024 14:36:09 +0100 Subject: Update documentation to fix links Update documentation to fix links related to Postgres db support in drools. Issue-ID: POLICY-5110 Change-Id: I9019d2d0aa5716473bf43c91ad55a4cdeb7ae2e8 Signed-off-by: FrancescoFioraEst --- docs/drools/pdpdEngine.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drools/pdpdEngine.rst b/docs/drools/pdpdEngine.rst index 22e5cbeb..084eb6d7 100644 --- a/docs/drools/pdpdEngine.rst +++ b/docs/drools/pdpdEngine.rst @@ -788,7 +788,7 @@ Data Migration ============== PDP-D data is migrated across releases with the -`db-migrator `__. +`db-migrator `__. The migration occurs when different release data is detected. *db-migrator* will look under the *$POLICY_HOME/etc/db/migration* for databases and SQL scripts to migrate. @@ -832,7 +832,7 @@ The db-migrator tool syntax is ok: is the migration status valid See the -`feature-distributed-locking sql directory `__ +`feature-distributed-locking sql directory `__ for an example of upgrade/downgrade scripts. The following command will provide a report on the upgrade or downgrade activies: -- cgit 1.2.3-korg