-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update postgres #11
base: main
Are you sure you want to change the base?
Update postgres #11
Conversation
jacobbmay
commented
Nov 1, 2024
- Updates postgres to 15.x
- Installs postgres and postgis from source instead of using a package manager. Required for NDB postgres patching/upgrading
- Adds dependencies needed to create HA postgres profiles with NDB: (haproxy, etcd, patroni, python etcd client, keepalived)
@jacobbmay - would you mind running the command below and committing the license changes it will add? uds run fix-license |
packer/scripts/postgres-install.sh
Outdated
chown postgres /dev/watchdog | ||
|
||
# Turn off pwquality enforcement. NDB can have issues creating new DBs from a profile caused by not being able to update the NDB user password | ||
echo "enforcing = 0" >> /etc/security/pwquality.conf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a newline :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't approve b/c looks like Palassis wants a change. Otherwise LGTM - I haven't seen this much bash in a while. Looks like a lot of good work.