Skip to content

Commit 905953b

Browse files
committed
PG-2275 - Repository 404 errors and removed versions (17)
This PR adds a new file in the troubleshooting section explaining why some versions are no longer available to download.
1 parent f2613f1 commit 905953b

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

docs/remove-repo-ver.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Removed repository versions
2+
3+
## Overview
4+
5+
Some Percona Distribution for PostgreSQL repository versions are no longer available and may return a `404 Not Found` error when accessed. The affected versions are:
6+
7+
- ppg-14.19
8+
- ppg-15.14
9+
- ppg-16.10
10+
- ppg-17.6
11+
12+
## Reason for removal
13+
14+
These versions were part of a release that included known issues affecting stability and reliability (also referred to internally as the "assertion release").
15+
16+
To prevent unintended usage, these repositories were removed from distribution.
17+
18+
## What should you do instead?
19+
20+
Use the latest available minor version for your PostgreSQL major version.
21+
22+
Example:
23+
24+
- Instead of `ppg-16.10`, use the latest `ppg-16.x`
25+
26+
See [installation guide]
27+
28+
## Additional context
29+
30+
For more details, see the relevant release notes:
31+
- [link to release notes]

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ nav:
7171
- minor-upgrade.md
7272
- migration.md
7373
- FAQ: faq.md
74-
- Troubleshooting guide: troubleshooting.md
74+
- Troubleshooting guide:
75+
- "Overview": troubleshooting.md
76+
- "Repository 404 errors and removed versions": remove-repo-ver.md
7577
- Uninstall: uninstalling.md
7678
- Release notes:
7779
- "Release notes index": release-notes/release-notes.md

0 commit comments

Comments
 (0)