Skip to content

Commit

Permalink
Changes in response to PG 15 update on test server (#1026)
Browse files Browse the repository at this point in the history
I just updated the test deployment server to use PG 15. These are some
changes in response to that.
  • Loading branch information
owi92 authored Dec 6, 2023
2 parents 27d454d + 4891b28 commit 284da12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .deployment/setup-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@
cmd: postgresql-setup --initdb
creates: /var/lib/pgsql/data/postgresql.conf

- name: set auth to scram-sha-256
become: true
lineinfile:
path: /var/lib/pgsql/data/postgresql.conf
regexp: '^password_encryption'
line: "password_encryption = 'scram-sha-256'"
notify: restart postgresql

- name: configure postgres access
become: true
copy:
Expand Down
2 changes: 1 addition & 1 deletion util/containers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:

# A PostgreSQL database for Tobira.
tobira-dev-database:
image: docker.io/library/postgres:15
image: docker.io/library/postgres:12
restart: unless-stopped
ports:
- 127.0.0.1:5432:5432
Expand Down

0 comments on commit 284da12

Please sign in to comment.