Skip to content

Commit

Permalink
delete debug_symbols directory in upgrade mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manika-EDB committed Nov 13, 2024
1 parent 9047a1a commit 422697e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/installer.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,18 @@ ${dbsummary}${cltsummary}${pgadminsummary}${sbsummary}${msg(summary.installation
<compareText text="${platform_name}" logic="contains" value="windows" />
<isTrue value="${IsUpgrade}"/>
</ruleList>
<actionList>
<deleteFile path="${installdir}${slash}debug_symbols">
<ruleList>
<fileExists path="${installdir}${slash}debug_symbols" />
</ruleList>
</deleteFile>
</actionList>
<ruleList>
<compareText text="${platform_name}" logic="contains" value="windows" />
<compareVersions logic="less_or_equal" version1="${brandingVer}" version2="14.13-2" />
<isTrue value="${IsUpgrade}"/>
</ruleList>
</actionGroup>
</postInstallationActionList>

Expand Down

0 comments on commit 422697e

Please sign in to comment.