From 10c07dad8825657ffc042951854713859aac8757 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Fri, 31 May 2019 15:42:37 -0400 Subject: [PATCH] Update the 'upgrading' documentation to reflect the v1.4.0 release, and warn about the db migration that can take some time during upgrade. refs #15093 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- doc/admin/upgrading.html.textile.liquid | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/admin/upgrading.html.textile.liquid b/doc/admin/upgrading.html.textile.liquid index def8bed79c..053acb220e 100644 --- a/doc/admin/upgrading.html.textile.liquid +++ b/doc/admin/upgrading.html.textile.liquid @@ -30,11 +30,13 @@ Note to developers: Add new items at the top. Include the date, issue number, co TODO: extract this information based on git commit messages and generate changelogs / release notes automatically. {% endcomment %} -h3. current master branch +h3. v1.4.0 (2019-05-31) h4. Populating the new file_count and file_size_total columns on the collections table -As part of story "#14484":https://dev.arvados.org/issues/14484, two new columns were added to the collections table in a database migration. These columns are initialized with a zero value. In order to populate them, it is necessary to run a script called populate-file-info-columns-in-collections.rb from the scripts directory of the API server. This can be done out of band, ideally directly after the API server has been upgraded to v1.4.0. +As part of story "#14484":https://dev.arvados.org/issues/14484, two new columns were added to the collections table in a database migration. If your installation has a large collections table, this migration may take some time. We've seen it take ~5 minutes on an installation with 250k collections, but your mileage may vary. + +The new columns are initialized with a zero value. In order to populate them, it is necessary to run a script called populate-file-info-columns-in-collections.rb from the scripts directory of the API server. This can be done out of band, ideally directly after the API server has been upgraded to v1.4.0. h4. Stricter collection manifest validation on the API server -- 2.30.2