8000 Prepare general docs for GA release by Andriciuc · Pull Request #434 · percona/postgres · GitHub
[go: up one dir, main page]

Skip to content

Prepare general docs for GA release #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated the "No upgrade path from RC to GA" warning
Removed parenthesis and replaced with , as it looks cleaner.
  • Loading branch information
Andriciuc committed Jun 24, 2025
commit 8665fccc0100d97de897b7eeabca3f35f51bf2b2
2 changes: 1 addition & 1 deletion contrib/pg_tde/documentation/docs/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install pg_tde

!!! warning "No upgrade path from RC to GA"
There is no safe upgrade path from the previous versions (such as Release Candidate 2) to the General Availability (GA) version of `pg_tde`.
There is no safe upgrade path from the previous versions, such as Release Candidate 2, to the General Availability (GA) version of `pg_tde`.
We recommend starting with a **clean installation** for GA deployments. Avoid using RC environments in production.

To install `pg_tde`, use one of the following methods:
Expand Down
Loading
0