mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Change all links and org references (#3086)
* Change all links and org references * Update coverage status badge
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ perfectly fine. You can add more standby nodes later.
|
||||
Running and Configuring
|
||||
-----------------------
|
||||
|
||||
The following section assumes Patroni repository as being cloned from https://github.com/zalando/patroni. Namely, you
|
||||
The following section assumes Patroni repository as being cloned from https://github.com/patroni/patroni. Namely, you
|
||||
will need example configuration files `postgres0.yml` and `postgres1.yml`. If you installed Patroni with pip, you can
|
||||
obtain those files from the git repository and replace `./patroni.py` below with `patroni` command.
|
||||
|
||||
@@ -67,7 +67,7 @@ run:
|
||||
YAML Configuration
|
||||
------------------
|
||||
|
||||
Go :ref:`here <yaml_configuration>` for comprehensive information about settings for etcd, consul, and ZooKeeper. And for an example, see `postgres0.yml <https://github.com/zalando/patroni/blob/master/postgres0.yml>`__.
|
||||
Go :ref:`here <yaml_configuration>` for comprehensive information about settings for etcd, consul, and ZooKeeper. And for an example, see `postgres0.yml <https://github.com/patroni/patroni/blob/master/postgres0.yml>`__.
|
||||
|
||||
|
||||
Environment Configuration
|
||||
|
||||
+1
-1
@@ -335,7 +335,7 @@ new Kubernetes objects ConfigMaps or Endpoints, it automatically puts the
|
||||
You can find a complete example of Patroni deployment on Kubernetes with Citus
|
||||
support in the `kubernetes`__ folder of the Patroni repository.
|
||||
|
||||
__ https://github.com/zalando/patroni/tree/master/kubernetes
|
||||
__ https://github.com/patroni/patroni/tree/master/kubernetes
|
||||
|
||||
There are two important files for you:
|
||||
|
||||
|
||||
+1
-1
@@ -134,7 +134,7 @@ html_static_path = ['_static']
|
||||
# Replace "source" links with "edit on GitHub" when using rtd theme
|
||||
html_context = {
|
||||
'display_github': True,
|
||||
'github_user': 'zalando',
|
||||
'github_user': 'patroni',
|
||||
'github_repo': 'patroni',
|
||||
'github_version': 'master',
|
||||
'conf_py_path': '/docs/',
|
||||
|
||||
@@ -16,7 +16,7 @@ Reporting bugs
|
||||
--------------
|
||||
|
||||
Before reporting a bug please make sure to **reproduce it with the latest Patroni version**!
|
||||
Also please double check if the issue already exists in our `Issues Tracker <https://github.com/zalando/patroni/issues>`__.
|
||||
Also please double check if the issue already exists in our `Issues Tracker <https://github.com/patroni/patroni/issues>`__.
|
||||
|
||||
Running tests
|
||||
-------------
|
||||
|
||||
+1
-1
@@ -87,7 +87,7 @@ Note that if you migrate from default role labels to custom ones, you can reduce
|
||||
Examples
|
||||
--------
|
||||
|
||||
- The `kubernetes <https://github.com/zalando/patroni/tree/master/kubernetes>`__ folder of the Patroni repository contains
|
||||
- The `kubernetes <https://github.com/patroni/patroni/tree/master/kubernetes>`__ folder of the Patroni repository contains
|
||||
examples of the Docker image, and the Kubernetes manifest to test Patroni Kubernetes setup.
|
||||
Note that in the current state it will not be able to use PersistentVolumes because of permission issues.
|
||||
|
||||
|
||||
+6
-6
@@ -1741,7 +1741,7 @@ Released 2019-12-05
|
||||
|
||||
- Don't expose password when running ``pg_rewind`` (Alexander Kukushkin)
|
||||
|
||||
Bug was introduced in the `#1301 <https://github.com/zalando/patroni/pull/1301>`__
|
||||
Bug was introduced in the `#1301 <https://github.com/patroni/patroni/pull/1301>`__
|
||||
|
||||
- Apply connection parameters specified in the ``postgresql.authentication`` to ``pg_basebackup`` and custom replica creation methods (Alexander Kukushkin)
|
||||
|
||||
@@ -2251,11 +2251,11 @@ This version implements support of permanent replication slots, adds support of
|
||||
|
||||
- A few bugfixes in the "standby cluster" workflow (Alexander Kukushkin)
|
||||
|
||||
Please see https://github.com/zalando/patroni/pull/823 for more details.
|
||||
Please see https://github.com/patroni/patroni/pull/823 for more details.
|
||||
|
||||
- Fix REST API health check when cluster management is paused and DCS is not accessible (Alexander Kukushkin)
|
||||
|
||||
Regression was introduced in https://github.com/zalando/patroni/commit/90cf930036a9d5249265af15d2b787ec7517cf57
|
||||
Regression was introduced in https://github.com/patroni/patroni/commit/90cf930036a9d5249265af15d2b787ec7517cf57
|
||||
|
||||
Version 1.5.0
|
||||
-------------
|
||||
@@ -2481,7 +2481,7 @@ Released 2018-03-05
|
||||
|
||||
- Single user mode was waiting for user input and never finish (Alexander Kukushkin)
|
||||
|
||||
Regression was introduced in https://github.com/zalando/patroni/pull/576
|
||||
Regression was introduced in https://github.com/patroni/patroni/pull/576
|
||||
|
||||
|
||||
Version 1.4.2
|
||||
@@ -2991,7 +2991,7 @@ In addition, the documentation, including these release notes, has been moved to
|
||||
|
||||
**Documentation improvements**
|
||||
|
||||
- Add a Patroni main `loop workflow diagram <https://raw.githubusercontent.com/zalando/patroni/master/docs/ha_loop_diagram.png>`__. (Alejandro Martínez, Alexander Kukushkin)
|
||||
- Add a Patroni main `loop workflow diagram <https://raw.githubusercontent.com/patroni/patroni/master/docs/ha_loop_diagram.png>`__. (Alejandro Martínez, Alexander Kukushkin)
|
||||
|
||||
- Improve README, adding the Helm chart and links to release notes. (Lauri Apple)
|
||||
|
||||
@@ -3305,4 +3305,4 @@ This release adds support for *cascading replication* and simplifies Patroni man
|
||||
|
||||
The tests can be launched manually using the *behave* command. They are also launched automatically for pull requests and after commits.
|
||||
|
||||
Release notes for some older versions can be found on `project's github page <https://github.com/zalando/patroni/releases>`__.
|
||||
Release notes for some older versions can be found on `project's github page <https://github.com/patroni/patroni/releases>`__.
|
||||
|
||||
Reference in New Issue
Block a user