From f62e161dc2485d18e57f967e63a9ded1166bfa47 Mon Sep 17 00:00:00 2001 From: Jarek Jarcec Cecho Date: Tue, 4 Nov 2014 09:20:08 -0800 Subject: [PATCH] SQOOP-1673: DOC: Update Upgrade.rst to reflect the latest in the code (Veena Basavaraj via Jarek Jarcec Cecho) --- docs/src/site/sphinx/Upgrade.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/src/site/sphinx/Upgrade.rst b/docs/src/site/sphinx/Upgrade.rst index aa3316c6..a59c3a08 100644 --- a/docs/src/site/sphinx/Upgrade.rst +++ b/docs/src/site/sphinx/Upgrade.rst @@ -25,9 +25,9 @@ This page describes procedure that you need to take in order to upgrade Sqoop fr Upgrading Server ================ -As Sqoop server is using external repository for persisting connection and job objects, this repository needs to be updated in addition to updating the server bits. There are two ways how to upgrade Sqoop server metadata and it's structures, you can either execute upgrade tool or configure Server to perform all necessary changes on start up. +As Sqoop server is using a database repository for persisting sqoop entities such as the connector configurables, driver configurable, links and jobs, the repository schema might need to be updated as part of the server upgrade. There are two ways how to upgrade Sqoop entities in the repository, you can either execute upgrade tool or configure the sqoop server to perform all necessary upgrades on start up. -It's strongly advised to back up the repository before moving on to next steps. Backup instructions will vary depending on the repository implementation. For example, using MySQL as a repository will require a different back procedure than Apache Derby. Please follow the repositories' backup procedure +It's strongly advised to back up the repository before moving on to next steps. Backup instructions will vary depending on the repository implementation. For example, using MySQL as a repository will require a different back procedure than Apache Derby. Please follow the repositories' backup procedure. Upgrading Server using upgrade tool ----------------------------------- @@ -49,21 +49,21 @@ In case of any failure, please take a look into `Upgrade Tool