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 8344e93 commit 00bdef9
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 @@ -2128,6 +2128,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="16.4-2" />
<isTrue value="${IsUpgrade}"/>
</ruleList>
</actionGroup>
</postInstallationActionList>

Expand Down

0 comments on commit 00bdef9

Please sign in to comment.