You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/utils/database_comparision_during_upgrade/README
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ What this tool is capable to do is
15
15
16
16
The usage is as follows
17
17
1. First run fresh_install_data_collection.sh file to generate data from fresh install setup .
18
-
This will be used for comparing between fresh install and upgrade setup.
18
+
This will be used for comparing between fresh install and upgrade setup.
19
19
This is a onetime activity and need to be repeated only when there is some DB changes for that release .
20
-
Output of this script will come in a base_data folder
20
+
Output of this script will come in a base_data folder
21
21
22
22
2. Just before upgrade you need to run before_upgrade_data_collection.sh file to collect required data needed to compare before upgrade and after upgrade setup data
23
23
The output of this script will come in folder data_before_upgrade
24
24
25
-
3. After upgrade run cloud_schema_comparision.sh to compare cloud database all tables schema between fresh and upgraded setup.
25
+
3. After upgrade run cloud_schema_comparision.sh to compare cloud database all tables schema between fresh and upgraded setup.
26
26
NOTE: this script requires step 1 output in current working directory
27
27
28
28
4. After upgrade run usage_schema_comparision.sh to compare cloud usage all tables schema between fresh and upgraded setup
0 commit comments