Author : Lana Abadie (IT-GD)
Date : 20/04/2007

Introduction:
This application aims at checking that the DPM upgrade to 1.6.3 has been done correctly.

How to use it?
-- Get the application from /afs/cern.ch/project/gd/DataManagement/CheckMigration/CheckMigration1_6_3.tar
-- untar the file
-- it consists of two files : connexion_param in which you put the login and host name to connect to the DB and the application CheckMigration1_6_3
-- There are two modes: 
	1) the application just checks that the migration was successful
        2) the application checks and updates so that the migration is correctedCheckMigration1_6_
-- For the first mode, launch the application as follows ./CheckMigration1_6_3

-- For the second mode, launch the application as follows: 
./CheckMigration1_6_3  1

In both modes, it will prompt you for the DB password.

Requirements:
-- needs libmysqlclient 
-- works only with a MySQL DB
-- the dpm upgrade version should be 1.6.3

