File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 10
10
push :
11
11
branches :
12
12
- 14/edge
13
+ - 16/edge
13
14
paths :
14
15
- snap/**
15
16
workflow_dispatch :
25
26
- build
26
27
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
27
28
with :
28
- channel : 14/edge
29
+ channel : ${{ github.ref_name }}
29
30
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
30
31
secrets :
31
32
snap-store-token : ${{ secrets.SNAP_STORE_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ chown -R 584788:root $SNAP_DATA/*
16
16
export LOCPATH=" ${SNAP} " /usr/lib/locale
17
17
export PGDATA=$SNAP_COMMON /pgsql/data
18
18
19
- " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/14 /bin/initdb" -U postgres -D " ${PGDATA} "
19
+ " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/16 /bin/initdb" -U postgres -D " ${PGDATA} "
Original file line number Diff line number Diff line change 4
4
export LOCPATH=" ${SNAP} " /usr/lib/locale
5
5
export PGDATA=${SNAP_COMMON} /pgsql/data
6
6
7
- " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/14 /bin/postgres" -k /tmp -D " ${PGDATA} "
7
+ " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/16 /bin/postgres" -k /tmp -D " ${PGDATA} "
Original file line number Diff line number Diff line change 1
1
name : postgresql
2
- base : core22
3
- version : ' 14.15 '
2
+ base : core24
3
+ version : ' 16.6 '
4
4
summary : PostgreSQL in a snap.
5
5
description : |
6
6
PostgreSQL is a free and open-source relational database management
7
7
system emphasizing extensibility and SQL compliance.
8
8
9
- architectures :
10
- - build-on : [amd64]
11
- build-for : [amd64]
12
- - build-on : [arm64]
13
- build-for : [arm64]
9
+ platforms :
10
+ amd64 :
11
+ arm64 :
14
12
grade : stable
15
13
confinement : strict
16
14
22
20
private : true
23
21
24
22
layout :
23
+ /usr/bin/perl :
24
+ symlink : $SNAP/usr/bin/perl
25
25
/usr/lib/python3/dist-packages :
26
26
bind : $SNAP/usr/lib/python3/dist-packages
27
27
/etc/perl :
@@ -42,8 +42,8 @@ layout:
42
42
bind : $SNAP/usr/share/perl
43
43
/usr/local/lib/site_perl :
44
44
bind : $SNAP/usr/local/lib/site_perl
45
- /usr/lib/postgresql/14 :
46
- bind : $SNAP/usr/lib/postgresql/14
45
+ /usr/lib/postgresql/16 :
46
+ bind : $SNAP/usr/lib/postgresql/16
47
47
/var/cache/postgresql :
48
48
bind : $SNAP_COMMON/var/cache/postgresql
49
49
96
96
pg-conftool :
97
97
command : usr/bin/pg_conftool
98
98
pg-ctl :
99
- command : usr/lib/postgresql/14 /bin/pg_ctl
99
+ command : usr/lib/postgresql/16 /bin/pg_ctl
100
100
pg-ctlcluster :
101
101
command : usr/bin/pg_ctlcluster
102
102
pg-dumpall :
@@ -126,7 +126,7 @@ parts:
126
126
postgres-debs :
127
127
plugin : nil
128
128
stage-packages :
129
- - postgresql=14+238
129
+ - postgresql=16+257build1
130
130
- util-linux
131
131
- locales-all
132
132
organize :
You can’t perform that action at this time.
0 commit comments