Skip to content

Commit

Permalink
build: pick postgres overrides from /14/
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Nov 6, 2024
1 parent 75082ed commit b860999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/packages-template/bbb-graphql-server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ cp -r bbb_schema.sql metadata config.yaml staging/usr/share/bbb-graphql-server
chmod -R a+rX staging/usr/share/bbb-graphql-server

#Copy BBB configs for Postgres
mkdir -p staging/etc/postgresql/17/main/conf.d
cp bbb-pg.conf staging/etc/postgresql/17/main/conf.d
POSTGRES_MAJOR_VERSION=14
mkdir -p staging/etc/postgresql/$POSTGRES_MAJOR_VERSION/main/conf.d
cp bbb-pg.conf staging/etc/postgresql/$POSTGRES_MAJOR_VERSION/main/conf.d

cp bbb-graphql-server.service staging/lib/systemd/system/bbb-graphql-server.service

Expand Down

0 comments on commit b860999

Please sign in to comment.