Skip to content

Commit

Permalink
Fixed github links to upgrade from tag for native repository
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkáčik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Sep 3, 2023
1 parent 5db8477 commit a130e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/jenkins/midpoint-main-nativepg-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ podTemplate(
// This expects upgrade from 4.4.4 github repository
sh """#!/bin/bash -ex
psql --version
wget https://raw.githubusercontent.com/Evolveum/midpoint/${params.DB_UPGRADE_FROM_TAG}/config/sql/native/postgres-new.sql
wget https://raw.githubusercontent.com/Evolveum/midpoint/${params.DB_UPGRADE_FROM_TAG}/config/sql/native/postgres-new-audit.sql
wget https://raw.githubusercontent.com/Evolveum/midpoint/${params.DB_UPGRADE_FROM_TAG}/config/sql/native-new/postgres-new.sql
wget https://raw.githubusercontent.com/Evolveum/midpoint/${params.DB_UPGRADE_FROM_TAG}/config/sql/native-new/postgres-new-audit.sql
psql -v ON_ERROR_STOP=1 -q -U midtest -f postgres.sql \
-f postgres-audit.sql -f config/sql/native/postgres-quartz.sql

Expand Down

0 comments on commit a130e9c

Please sign in to comment.