Replies: 2 comments 1 reply
-
|
I would prefer to disable automatic updates, to update the servers only during the special time allotted for this. Example: sudo systemctl stop apt-daily.timer apt-daily-upgrade.timer
sudo systemctl disable apt-daily.timer apt-daily-upgrade.timer
sudo systemctl mask apt-daily.service apt-daily-upgrade.serviceP.S. Perhaps we should automate disabling auto-updates to system packages. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Perhaps it is necessary to correct the owner/group here: https://github.com/vitabaks/autobase/blob/2.4.1/automation/roles/pgbouncer/tasks/main.yml#L52-L53 But I'm not sure how safe it is yet either, so we need to test it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pgbouncer 1.25 (released two days ago) caused a full outage of my clusters today.
The reason was the system package manager initiated update task.
Apparently, this task changed the ownership on the
/var/log/pgbouncerdir frompostgrestopgbouncer, letting the service fail to start.OS: AlmaLinux 10
I see the following options:
postgresfor all pgbouncer related tasks but go with its default onepgbouncer(not sure if easily possible, you know best)/var/log/*,/etc/*Beta Was this translation helpful? Give feedback.
All reactions