Bug 1002 - AMP Upgrade from 3.6.0.2 to 3.7.0.1 saw some cli errors
Review Request #410 — Created Aug. 12, 2024 and submitted
| Information | |
|---|---|
| apoorva.sn | |
| AMP | |
| amp_3_7_0 | |
| 1002 | |
| Reviewers | |
| pmurugaiyan, prajesh, shuinvy | |
Problem
Getting the following error while upgrading
Transaction check error:
file /usr/lib64/libtiff.so.5.2.0 from install of libtiff-4.0.3-35.el7.x86_64 conflicts with file from package acomposer-2.3.4.22-0.x86_64
file /usr/bin/wget from install of wget-1.14-18.el7_6.1.x86_64 conflicts with file from package amp-3.6.0.2-1.el7.centos.x86_64Error Summary
mv: cannot stat ‘_favicon.ico’: No such file or directory
Data directory is not empty!Solution
Made changes to install.sh where I have removed entry for moving favicon.ico as the file does not exist
exluding libtiff and wget while installing rpm initially and installing it after all rpm's are installed
The above errors shown as part of the upgrade process
