Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
dbb68fa
Spock 5 integration
moizpgedge Jun 30, 2025
1ee7cf2
function duplication removed from util.py
moizpgedge Jun 30, 2025
e469e4f
support --rm-data if custom data directory is in use (#340)
mmols Jun 30, 2025
7fba7aa
Pg17 is default
moizpgedge Jul 1, 2025
b113038
build_all.sh default pg17
moizpgedge Jul 1, 2025
a62e538
fix: db guc set supports quoted params\n Adds an extra set of quotati…
Jul 1, 2025
8826078
spock5 issue with regression test
moizpgedge Jul 2, 2025
7ec23ab
pg1-host issue resolved
moizpgedge Jul 2, 2025
ecc8a23
fix: db guc set supports quoted params
Jul 3, 2025
6a34506
json-create supports hostnames node config
Jul 3, 2025
f3239e2
pg1-host remove from install-backrest module
moizpgedge Jul 8, 2025
f0f0ae8
fix: appropriate error caught invalid host/ip
Jul 8, 2025
3fdc3af
spock module command fixes (#354)
mmols Jul 21, 2025
4829eec
add validation to um install for spock5 upgrade (#356)
moizpgedge Jul 23, 2025
84f8457
update python deps minor versions (#355)
mmols Jul 25, 2025
b06c319
PLAT-184 remove an unused dependency
hayee-bhatti Jul 30, 2025
d5bb2ae
PLAT-192 Bump ctlibs version to 1.7
hayee-bhatti Jul 30, 2025
39dacce
Merge pull request #360 from pgEdge/ace/datatype-fix
pct960 Aug 1, 2025
5f9d01d
[BR-158]: Introduce spock60 builds in CLI (#362)
hayee-bhatti Aug 1, 2025
e755133
move install url to downloads.pgedge.com (#361)
mmols Aug 4, 2025
c4cc10c
Bump backrest version to 2.56.0 (#363)
maqeel75 Aug 5, 2025
a390bfa
escape seq issue solved
moizpgedge Jul 30, 2025
18f21a0
Update init-pgXX.py
moizpgedge Jul 30, 2025
d0eb01d
pass datadir as quoted
mmols Aug 5, 2025
2a6a90b
bump version to 25.2.0 (#364)
mmols Aug 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/current-amd8-daily-build-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Current Daily Build Devel - amd8
env:
DEFAULT_CLI_BRANCH: "main" # Default CLI branch for scheduled runs
DEFAULT_MODE: "current" # Always "current" for this workflow
DEFAULT_COMPONENT: "spock50" # Default spock component name
DEFAULT_COMPONENT: "spock60" # Default spock component name
DEFAULT_BRANCH: "main" # Default branch for the spock component
DEFAULT_CLEAN_FLAG: "false" # Default clean flag for scheduled runs

Expand All @@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
cli_branch:
description: "Select the CLI branch to build from (e.g. v25_STABLE)"
description: "Select the CLI branch to build from (e.g. main)"
required: true
default: "main"
type: choice
Expand All @@ -23,9 +23,9 @@ on:
- REL24_10

component:
description: "Spock in-dev component to additionally build (e.g. spock50)"
description: "Spock in-dev component to additionally build (e.g. spock60)"
required: true
default: "spock50"
default: "spock60"
type: string

branch:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/current-arm9-daily-build-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Current Daily Build Devel - arm9
env:
DEFAULT_CLI_BRANCH: "main" # Default CLI branch for scheduled runs
DEFAULT_MODE: "current" # Always "current" for this workflow
DEFAULT_COMPONENT: "spock50" # Default spock component name
DEFAULT_COMPONENT: "spock60" # Default spock component name
DEFAULT_BRANCH: "main" # Default branch for the spock component
DEFAULT_CLEAN_FLAG: "false" # Default clean flag for scheduled runs

Expand All @@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
cli_branch:
description: "Select the CLI branch to build from (e.g. v25_STABLE)"
description: "Select the CLI branch to build from (e.g. main)"
required: true
default: "main"
type: choice
Expand All @@ -23,9 +23,9 @@ on:
- REL24_10

component:
description: "Spock in-dev component to additionally build (e.g. spock50)"
description: "Spock in-dev component to additionally build (e.g. spock60)"
required: true
default: "spock50"
default: "spock60"
type: string

branch:
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,21 @@ initPG () {
initC "audit-pg$pgM" "audit" "$audit17V" "$outPlat" "postgres/audit" "" "" "nil"
initC "hintplan-pg$pgM" "hintplan" "$hint17V" "$outPlat" "postgres/hintplan" "" "" "nil"
initC "spock50-pg$pgM" "spock50" "$spock50V" "$outPlat" "postgres/spock50" "" "" "nil"
initC "spock60-pg$pgM" "spock60" "$spock60V" "$outPlat" "postgres/spock60" "" "" "nil"
fi

if [ "$pgM" == "16" ]; then
initC "audit-pg$pgM" "audit" "$audit16V" "$outPlat" "postgres/audit" "" "" "nil"
initC "hintplan-pg$pgM" "hintplan" "$hint16V" "$outPlat" "postgres/hintplan" "" "" "nil"
initC "spock50-pg$pgM" "spock50" "$spock50V" "$outPlat" "postgres/spock50" "" "" "nil"
initC "spock60-pg$pgM" "spock60" "$spock60V" "$outPlat" "postgres/spock60" "" "" "nil"
fi

if [ "$pgM" == "15" ]; then
initC "audit-pg$pgM" "audit" "$audit15V" "$outPlat" "postgres/audit" "" "" "nil"
initC "hintplan-pg$pgM" "hintplan" "$hint15V" "$outPlat" "postgres/hintplan" "" "" "nil"
initC "spock50-pg$pgM" "spock50" "$spock50V" "$outPlat" "postgres/spock50" "" "" "nil"
initC "spock60-pg$pgM" "spock60" "$spock60V" "$outPlat" "postgres/spock60" "" "" "nil"
fi

if [ "$pgM" == "15" ] || [ "$pgM" == "16" ] || [ "$pgM" == "17" ]; then
Expand Down
2 changes: 1 addition & 1 deletion build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ ! $num_p == "0" ] && [ ! $num_p == "1" ]; then
fi

if [ "$1" == "" ]; then
majorV=16
majorV=17
echo ""
echo "### Defaulting to pg $majorV ###"
else
Expand Down
Loading