Adjusted release notes to link to the administration page

This commit is contained in:
Jon Fu 2021-05-03 17:26:53 -04:00
parent 7beccc8643
commit 9eb908de21
2 changed files with 3 additions and 3 deletions

View File

@ -805,6 +805,8 @@ Version-specific notes on downgrading
In general, downgrades between patch releases (i.e. 6.2.x - 6.1.x) are not supported.
.. _downgrade-specific-version:
Downgrading from 6.3.13 - 6.2.33
--------------------------------
After upgrading from 6.2 to 6.3, the option of rolling back and downgrading to return to 6.2 is still possible, given that the following conditions are met:

View File

@ -8,9 +8,7 @@ Release Notes
* Fix backup agent stall when writing to local filesystem with slow metadata operations. `(PR #4428) <https://github.com/apple/foundationdb/pull/4428>`_
* Backup agent no longer uses 4k block caching layer on local output files so that write operations are larger. `(PR #4428) <https://github.com/apple/foundationdb/pull/4428>`_
* Fix accounting error that could cause commits to incorrectly fail with ``proxy_memory_limit_exceeded``. `(PR #4529) <https://github.com/apple/foundationdb/pull/4529>`_
* Added support for downgrades from FDB version 6.3. `(PR #4673) <https://github.com/apple/foundationdb/pull/4673>`_
* Restrictions added for 6.3 clusters to maintain compatibility with a 6.2 downgrade. Details available in ``administration.rst``. `(PR #4469) <https://github.com/apple/foundationdb/pull/4469>`_
* Added support for downgrades from FDB version 6.3. For more details, see the :ref:`administration notes <downgrade-specific-version>`. `(PR #4673) <https://github.com/apple/foundationdb/pull/4673>`_ `(PR #4469) <https://github.com/apple/foundationdb/pull/4469>`_
6.2.32
======
* Fix an issue where symbolic links in cmake-built RPMs are broken if you unpack the RPM to a custom directory. `(PR #4380) <https://github.com/apple/foundationdb/pull/4380>`_