X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7499f61a2912cfdb1a316808fafa6e6ee77ee2e0..4f65b579bf1247a04d48a53b6cc5111c34e6a5a0:/doc/admin/upgrading.html.textile.liquid diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index c6b415e4f3..de700d5598 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -16,6 +16,7 @@ h2. General process # Consult upgrade notes below to see if any manual configuration updates are necessary. # Wait for the cluster to be idle and stop Arvados services. +# Make a backup of your database, as a precaution. # Install new packages using @apt-get upgrade@ or @yum upgrade@. # Wait for package installation scripts as they perform any necessary data migrations. # Restart Arvados services. @@ -34,10 +35,14 @@ TODO: extract this information based on git commit messages and generate changel
-h2(#master). development master (as of 2020-09-22) +h2(#master). development master (as of 2020-09-28) "Upgrading from 2.0.0":#v2_0_0 +h3. LoginCluster conflicts with other Login providers + +A satellite cluster that delegates its user login to a central user database must only have `Login.LoginCluster` set, or it will return an error. This is a change in behavior, previously it would return an error if another login provider was _not_ configured, even though the provider would never be used. + h3. Minimum supported Ruby version is now 2.5 The minimum supported Ruby version is now 2.5. If you are running Arvados on Debian 9 or Ubuntu 16.04, you may need to switch to using RVM or upgrade your OS. See "Install Ruby and Bundler":../install/ruby.html for more information. @@ -91,6 +96,10 @@ for uuid in $(arv link list --filters '[["link_class", "=", "permission"], ["tai done +h4. "Public favorites" moved to their own project + +As a side effect of new permission system constraints, "star" links (indicating shortcuts in Workbench) that were previously owned by "All users" (which is now a "role" and cannot own things) will be migrated to a new system project called "Public favorites" which is readable by the "Anonymous users" role. + h2(#v2_0_0). v2.0.0 (2020-02-07) "Upgrading from 1.4":#v1_4_1