diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-08-20 14:36:09 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2024-08-20 14:05:29 +0000 |
commit | c6a838fe921454dd8069ab8126d4c710a1b5397c (patch) | |
tree | b7a69ead753a59ce9b819eab0e8302c0c49b93ec | |
parent | 8480faab5dd294ea54f84ada53afe998dbfb587a (diff) |
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 <francesco.fiora@est.tech>
-rw-r--r-- | docs/drools/pdpdEngine.rst | 4 |
1 files 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 <https://git.onap.org/policy/drools-pdp/tree/policy-management/src/main/server-gen/bin/db-migrator>`__. +`db-migrator <https://git.onap.org/policy/docker/tree/policy-db-migrator/src/main/docker/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 <https://git.onap.org/policy/drools-pdp/tree/feature-distributed-locking/src/main/feature/db/pooling/sql>`__ +`feature-distributed-locking sql directory <https://git.onap.org/policy/docker/tree/policy-db-migrator/src/main/docker/config/pooling/sql>`__ for an example of upgrade/downgrade scripts. The following command will provide a report on the upgrade or downgrade activies: |