27743 | upgrade.sh v4.6.9: * Fixed issue where where patch-only upgrades of instances after the first in a multi-instance environment are skipped. * Corrected error message for scenario where downgrades are attempted; the logic was correct but error message was confusing. verify_sdp.sh v5.17.1: * Extended '-skip version' meaning to also skip new live binary version comparison checks. * Fixed missing check for 'p4 info' against proxy port. Related updates: * A call to verify_sdp.sh in the switch_db_files() function in backup_functions.sh now skips the version check. * A call to daily_checkpoint.sh now skips the version check. |
27739 | verify_sdp.sh v5.17.0: * Enhanced -online to also work for p4broker and p4p. * Added comparison check for live running vs. symlink'd version of servers (p4d, p4broker, and p4p). This is a part of the solution for SDP-625. * When checking for symlinks, also added checks that symlink target dirs exist. * For the special case where 'p4d' and 'p4p' are running on the same machine (according to the Instance Bin init scripts), proxy misconfiguration issues such as a missing /p4/N/cache symlink or a missing /hxdepots/p4/N/cache directory are reported as Warnings rather than Errors. |
27750 | upgrade.sh v4.6.9: * Fixed issue where where patch-only upgrades of instances after the first in a multi-instance environment are skipped. * Corrected error message for scenario where downgrades are attempted; the logic was correct but error message was confusing. verify_sdp.sh v5.17.3: * Extended '-skip version' meaning to also skip new live binary version comparison checks. Related updates: * A call to verify_sdp.sh in the switch_db_files() function in backup_functions.sh now skips the version check. * A call to daily_checkpoint.sh now skips the version check. #review-27743 |
27742 | verify_sdp.sh v5.17.0: * Enhanced -online to also work for p4broker and p4p. * Added comparison check for live running vs. symlink'd version of servers (p4d, p4broker, and p4p). This is a part of the solution for SDP-625. * When checking for symlinks, also added checks that symlink target dirs exist. * For the special case where 'p4d' and 'p4p' are running on the same machine (according to the Instance Bin init scripts), proxy misconfiguration issues such as a missing /p4/N/cache symlink or a missing /hxdepots/p4/N/cache directory are reported as Warnings rather than Errors. |