update download links and upgrade instructions for 6.0

This commit is contained in:
Alec Grieser 2018-07-10 10:14:40 -07:00
parent 5a21dde270
commit 9110bec2fd
No known key found for this signature in database
GPG Key ID: CAF63551C60D3462
2 changed files with 15 additions and 20 deletions

View File

@ -639,19 +639,14 @@ Upgrading from 5.2.x
Upgrades from 5.2.x will keep all your old data and configuration settings.
Upgrading from 4.4.x - 5.1.x
Upgrading from 5.0.x - 5.1.x
----------------------------
Upgrades from versions between 4.4.x and 5.1.x will keep all your old data and configuration settings. Backups that are running will automatically be aborted and must be restarted.
Upgrading from 3.0.x - 4.3.x
----------------------------
Backup and DR must be stopped before upgrading. Upgrades from versions between 3.0.x and 4.3.x will keep all your old data and configuration settings.
Upgrades from versions between 5.0.x and 5.1.x will keep all your old data and configuration settings. Backups that are running will automatically be aborted and must be restarted.
.. _upgrading-from-older-versions:
Upgrading from Older Versions
-----------------------------
Upgrades from versions older than 3.0.0 are no longer supported.
Upgrades from versions older than 5.0.0 are no longer supported.

View File

@ -10,38 +10,38 @@ macOS
The macOS installation package is supported on macOS 10.7+. It includes the client and (optionally) the server.
* `FoundationDB-5.2.6.pkg <https://www.foundationdb.org/downloads/5.2.6/macOS/installers/FoundationDB-5.2.6.pkg>`_
* `FoundationDB-6.0.0.pkg <https://www.foundationdb.org/downloads/6.0.0/macOS/installers/FoundationDB-6.0.0.pkg>`_
Ubuntu
------
The Ubuntu packages are supported on 64-bit Ubuntu 12.04+, but beware of the Linux kernel bug in Ubuntu 12.x.
* `foundationdb-clients-5.2.6-1_amd64.deb <https://www.foundationdb.org/downloads/5.2.6/ubuntu/installers/foundationdb-clients_5.2.6-1_amd64.deb>`_
* `foundationdb-server-5.2.6-1_amd64.deb <https://www.foundationdb.org/downloads/5.2.6/ubuntu/installers/foundationdb-server_5.2.6-1_amd64.deb>`_ (depends on the clients package)
* `foundationdb-clients-6.0.0-1_amd64.deb <https://www.foundationdb.org/downloads/6.0.0/ubuntu/installers/foundationdb-clients_6.0.0-1_amd64.deb>`_
* `foundationdb-server-6.0.0-1_amd64.deb <https://www.foundationdb.org/downloads/6.0.0/ubuntu/installers/foundationdb-server_6.0.0-1_amd64.deb>`_ (depends on the clients package)
RHEL/CentOS EL6
---------------
The RHEL/CentOS EL6 packages are supported on 64-bit RHEL/CentOS 6.x.
* `foundationdb-clients-5.2.6-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/5.2.6/rhel6/installers/foundationdb-clients-5.2.6-1.el6.x86_64.rpm>`_
* `foundationdb-server-5.2.6-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/5.2.6/rhel6/installers/foundationdb-server-5.2.6-1.el6.x86_64.rpm>`_ (depends on the clients package)
* `foundationdb-clients-6.0.0-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel6/installers/foundationdb-clients-6.0.0-1.el6.x86_64.rpm>`_
* `foundationdb-server-6.0.0-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel6/installers/foundationdb-server-6.0.0-1.el6.x86_64.rpm>`_ (depends on the clients package)
RHEL/CentOS EL7
---------------
The RHEL/CentOS EL7 packages are supported on 64-bit RHEL/CentOS 7.x.
* `foundationdb-clients-5.2.6-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/5.2.6/rhel7/installers/foundationdb-clients-5.2.6-1.el7.x86_64.rpm>`_
* `foundationdb-server-5.2.6-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/5.2.6/rhel7/installers/foundationdb-server-5.2.6-1.el7.x86_64.rpm>`_ (depends on the clients package)
* `foundationdb-clients-6.0.0-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel7/installers/foundationdb-clients-6.0.0-1.el7.x86_64.rpm>`_
* `foundationdb-server-6.0.0-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel7/installers/foundationdb-server-6.0.0-1.el7.x86_64.rpm>`_ (depends on the clients package)
Windows
-------
The Windows installer is supported on 64-bit Windows XP and later. It includes the client and (optionally) the server.
* `foundationdb-5.2.6-x64.msi <https://www.foundationdb.org/downloads/5.2.6/windows/installers/foundationdb-5.2.6-x64.msi>`_
* `foundationdb-6.0.0-x64.msi <https://www.foundationdb.org/downloads/6.0.0/windows/installers/foundationdb-6.0.0-x64.msi>`_
API Language Bindings
=====================
@ -58,18 +58,18 @@ On macOS and Windows, the FoundationDB Python API bindings are installed as part
If you need to use the FoundationDB Python API from other Python installations or paths, download the Python package:
* `foundationdb-5.2.6.tar.gz <https://www.foundationdb.org/downloads/5.2.6/bindings/python/foundationdb-5.2.6.tar.gz>`_
* `foundationdb-6.0.0.tar.gz <https://www.foundationdb.org/downloads/6.0.0/bindings/python/foundationdb-6.0.0.tar.gz>`_
Ruby 1.9.3/2.0.0+
-----------------
* `fdb-5.2.6.gem <https://www.foundationdb.org/downloads/5.2.6/bindings/ruby/fdb-5.2.6.gem>`_
* `fdb-6.0.0.gem <https://www.foundationdb.org/downloads/6.0.0/bindings/ruby/fdb-6.0.0.gem>`_
Java 8+
-------
* `fdb-java-5.2.6.jar <https://www.foundationdb.org/downloads/5.2.6/bindings/java/fdb-java-5.2.6.jar>`_
* `fdb-java-5.2.6-javadoc.jar <https://www.foundationdb.org/downloads/5.2.6/bindings/java/fdb-java-5.2.6-javadoc.jar>`_
* `fdb-java-6.0.0.jar <https://www.foundationdb.org/downloads/6.0.0/bindings/java/fdb-java-6.0.0.jar>`_
* `fdb-java-6.0.0-javadoc.jar <https://www.foundationdb.org/downloads/6.0.0/bindings/java/fdb-java-6.0.0-javadoc.jar>`_
Go 1.1+
-------