Skip to content

Commit

Permalink
Dev/documentation update (#445)
Browse files Browse the repository at this point in the history
* use secure http for urls

* Update Feature matrix with postgres 14
  • Loading branch information
didiermichel authored Nov 5, 2021
1 parent dc360b6 commit 43d5a8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/manual/70-feature-matrix.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Below you will find a matrix of PostgreSQL versions and Barman features for back

| **Version** | **Backup with rsync/SSH** | **Backup with pg_basebackup** | **Standard WAL archiving** | **WAL Streaming** | **RPO=0** |
|:---------:|:---------------------:|:-------------------------:|:----------------------:|:----------------------:|:-------:|
| **14** | Yes | Yes | Yes | Yes | Yes |
| **13** | Yes | Yes | Yes | Yes | Yes |
| **12** | Yes | Yes | Yes | Yes | Yes |
| **11** | Yes | Yes | Yes | Yes | Yes |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
version=barman["__version__"],
author="EnterpriseDB",
author_email="barman@enterprisedb.com",
url="http://www.pgbarman.org/",
url="https://www.pgbarman.org/",
packages=find_packages(exclude=["tests"]),
data_files=[
(
Expand Down
2 changes: 1 addition & 1 deletion sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"http://docs.python.org/": None}
intersphinx_mapping = {"https://docs.python.org/": None}

0 comments on commit 43d5a8d

Please sign in to comment.