mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
upgrade psql version
This commit is contained in:
parent
95f6b59cf2
commit
e3be580668
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ postgres.port: '5432'
|
|||
postgres:
|
||||
# UPSTREAM REPO
|
||||
# Set True to configure upstream postgresql.org repository for YUM/APT/ZYPP
|
||||
use_upstream_repo: False
|
||||
use_upstream_repo: True
|
||||
# Version to install from upstream repository (if upstream_repo: True)
|
||||
version: '10'
|
||||
version: '13'
|
||||
# Set True to add a file in /etc/profile.d adding the bin dir in $PATH
|
||||
# as packages from upstream put them somewhere like /usr/pgsql-10/bin
|
||||
add_profile: False
|
||||
|
|
Loading…
Add table
Reference in a new issue