- May 04, 2023
-
-
Jason Young authored
Changelog: added Signed-off-by:
Jason Young <jyoung@gitlab.com>
-
- May 06, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jan 24, 2022
-
-
Robert Marshall authored
- During a PostgreSQL HA upgrade from version 12 to 13, Omnibus tries to restart the postgres service on version 13 with a runtime configuration that still contains version 12 specific options. Moving the copy operation resolves the issue on the Patroni leader node. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6619 Changelog: fixed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Sep 30, 2021
-
-
Ahmad Sherif authored
`reload` notification results in a `sv force-reload` which eventually restarts Patroni along with PostgreSQL, an unwanted result for a config change. Using `hup` notification results in `sv hup` which is the expected signal. Fixes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6420 Changelog: fixed
-
- Aug 09, 2021
-
-
Balasankar "Balu" C authored
Changelog: added Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 04, 2021
-
-
Hossein Pursultani authored
Changelog: added
-
- Jul 22, 2021
-
-
DJ Mountney authored
Changelog: added
-
- Jul 02, 2021
-
-
Robert Marshall authored
- Adds support for fresh installations that want to use PostgreSQL 13 Changelog: added Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5507 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Jun 29, 2021
-
-
DJ Mountney authored
Changelog: added
-
- Jun 14, 2021
-
-
Robert Marshall authored
- Removes support for installing repmgr and repmgrd - Leaves repmgr attributes for detection and deprecation warning to administrators when running a reconfigure - Updates rspec tests to reflect removal of repmgr support Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6174 Changelog: removed
-
- Jun 01, 2021
-
-
DJ Mountney authored
Changelog: removed
-
- Feb 15, 2021
-
-
Hossein Pursultani authored
-
- Jan 13, 2021
-
-
DJ Mountney authored
Throw error message if trying to use repmgr with PG12
-
- Jan 05, 2021
-
-
Hossein Pursultani authored
This will remove the handling of corner cases.
-
- Dec 30, 2020
-
-
Douglas Barbosa Alexandre authored
Patroni 2.0.1 removed the Cluster column from the list command output. Without this fix, the steps in the Patroni recipe that requires that the node state is running like the update dynamic configuration settings will be skipped.
-
- Dec 16, 2020
-
-
DJ Mountney authored
-
- Dec 14, 2020
-
-
Robert Marshall authored
- For Patroni replication scenarios, always try to run `pg_rewind` when the primary server comes back online after a failure. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5746 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5759 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Dec 09, 2020
-
-
Hossein Pursultani authored
-
Robert Marshall authored
- Per conversation with Balu, it seems these options are part of postgresql in the YAML configuration, and not the DCS namespace as I'd understood it. Keeping this removal in a separate merge request in case this turns out to be incorrect Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Adds the options to the Patroni.yaml file per a discussion with Balu during review Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Dec 04, 2020
-
-
Robert Marshall authored
- Adds additional behavioral control options for when Patroni attempts to bring the former primary database node back into the cluster - Adds `remove_data_directory_on_rewind_failure` - Adds `remove_data_directory_on_diverged_timelines` Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5746 Related https://gitlab.com/gitlab-org/gitlab/-/issues/290999 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Nov 13, 2020
-
-
Hossein Pursultani authored
This is because the postgres recipe may change it
-
DJ Mountney authored
This adds max_connections to the dcs pg parameters
-
- Oct 16, 2020
-
-
Gabriel Mazetto authored
-
- Oct 14, 2020
-
-
Gabriel Mazetto authored
-
- Sep 08, 2020
-
-
Gabriel Mazetto authored
-
- Sep 03, 2020
-
-
Gabriel Mazetto authored
We are not relying on `sql_replication_password` as we need it in cleartext here.
-
Gabriel Mazetto authored
-
- Oct 05, 2020
-
-
Ian Baum authored
Reorganize default attributes See merge request gitlab-org/omnibus-gitlab!4569
-
- Sep 01, 2020
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- Sep 11, 2020
-
-
Hossein Pursultani authored
-
- Jul 15, 2020
-
-
Hossein Pursultani authored
-
- Jul 06, 2020
-
-
Hossein Pursultani authored
-
- Jul 02, 2020
-
-
Hossein Pursultani authored
-
- Jul 01, 2020
-
-
Hossein Pursultani authored
Create database objects, including roles, extensions, and functions in a separate recipe. Generalize and guard them to be used with both `postgresql::enable` and `patroni::enable` recipes.
-
- Jul 13, 2020
-
-
Hossein Pursultani authored
-
- Jun 29, 2020
-
-
Ian Baum authored
Allow patroni to receive the term signal Closes #5472 See merge request gitlab-org/omnibus-gitlab!4366
-
- Jun 26, 2020
-
-
DJ Mountney authored
-
Hossein Pursultani authored
-