Skip to content

ZCS-18232 : Remove zip and zipstore options from zimbraBackupDedupeCompressionType LDAP attribute. - #1770

Open
Gopal-Moolchandani wants to merge 10 commits into
feature/backup-size-optimizationfrom
ZCS-18232
Open

ZCS-18232 : Remove zip and zipstore options from zimbraBackupDedupeCompressionType LDAP attribute.#1770
Gopal-Moolchandani wants to merge 10 commits into
feature/backup-size-optimizationfrom
ZCS-18232

Conversation

@Gopal-Moolchandani

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

checkstyle

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrServer.java#L106


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrServer.java#L114


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrServer.java#L114


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrServer.java#L115


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrServer.java#L115


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrServer.java#L116


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrServer.java#L116


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L51


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L58


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L58


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L63


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L71


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L71


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L72


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 155).

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L72


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck> reported by reviewdog 🐶
Name 'ZimbraBackupCrossSessionDedupeEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L72


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L73


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L73


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L74


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 126).

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L74


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L78


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L87


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L87


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L88


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 145).

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L88


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L88


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck> reported by reviewdog 🐶
Name 'ZimbraBackupCrossSessionDedupeEnabled' must match pattern '^[a-z][a-zA-Z0-9]*$'.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L88


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L88


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L89


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L89


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck> reported by reviewdog 🐶
Line exceeds 120 characters in comments

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L90


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck> reported by reviewdog 🐶
Line is longer than 120 characters (found 126).

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L90


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L94


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L101


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L101


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L103


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L103


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L108


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L116


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L116


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L117


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L117


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L118


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

https://github.com/Zimbra/zm-mailbox/blob/8508baa8f964c239bc798f9fb2c82834e8f5b88e/store/src/java/com/zimbra/cs/account/ZAttrConfig.java#L118


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.


🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck> reported by reviewdog 🐶
Name 'A_ZimbraBackupCrossSessionDedupeEnabled' must match pattern '^[A-Z][A-Z0-9](_[A-Z0-9]+)$'.

public static final String A_ZimbraBackupCrossSessionDedupeEnabled = "ZimbraBackupCrossSessionDedupeEnabled";


///// BEGIN-AUTO-GEN-REPLACE

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

*
* @since ZCS 10.1.14
*/
@ZAttr(id=4149)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

*
* @since ZCS 10.1.14
*/
@ZAttr(id=4149)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

return getBooleanAttr(Provisioning.A_ZimbraBackupCrossSessionDedupeEnabled, true, true);
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

*
* @since ZCS 10.1.14
*/
@ZAttr(id=4149)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

return attrs;
}

/**

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck> reported by reviewdog 🐶
First sentence should end with a period.

*
* @since ZCS 10.1.14
*/
@ZAttr(id=4149)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not followed by whitespace.

*
* @since ZCS 10.1.14
*/
@ZAttr(id=4149)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck> reported by reviewdog 🐶
'=' is not preceded with whitespace.

*/
@ZAttr(id=4149)
public void unsetZimbraBackupCrossSessionDedupeEnabled() throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

*/
@ZAttr(id=4149)
public void unsetZimbraBackupCrossSessionDedupeEnabled() throws com.zimbra.common.service.ServiceException {
HashMap<String,Object> attrs = new HashMap<String,Object>();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck> reported by reviewdog 🐶
',' is not followed by whitespace.

@Gopal-Moolchandani
Gopal-Moolchandani force-pushed the ZCS-18232 branch 2 times, most recently from d1a151b to 6fde25f Compare November 25, 2025 10:48
Comment thread store/conf/attrs/zimbra-attrs.xml Outdated
…it-tests pipeline (#1773)

* Update build-common.xml

* Update build-common.xml

* ZCS-18299:Adding jacoco code-coverage for zm-mailbox/store,common,client,soap components

* ZCS-18299:adding skipcoverage condition for coverage target
shrutig0510 and others added 5 commits December 15, 2025 16:33
Co-authored-by: Ron Straight <ron.straight@synacor.com>
…to windows clients (#1774)

ZBUG-3974 updated license block

ZBUG-3974 added logic to create timezone map dynamically from windows timezone information files

ZBUG-3974 Modified file name
@Gopal-Moolchandani
Gopal-Moolchandani force-pushed the ZCS-18232 branch 2 times, most recently from de2275d to c7fe412 Compare December 31, 2025 07:54
umagmrit and others added 2 commits December 31, 2025 16:05
Added logic for Callback

ZCS-18008 : Changed the since version to 10.1.14

ZCS-18232 : Remove zip and zipstore options from zimbraBackupDedupeCompressionType LDAP attribute.

ZCS-18232 : Added ZimbraBackupCrossSessionDedupeEnabled attribute in LDAP attributes.

Refactored according to modifications in requirement

Modified the since version of new Backup LDAP attributes from 10.1.14 to 10.1.15

Changed the default value of ZimbraBackupCrossSessionDedupeEnabled to false

Added the support for csd common backup

Refactored

Refactored the attribute name

ZCS-18377 : Handle restore from CSD backups where CSD common backup is compressed and CSD delta backup is not compressed (or vice-versa)

Modified the logic to remove cyclic dependency

ZCS-18461: Unable to save or enabled dedupe and CSD backup together from admin console

ZCS-18469 : Fixed backup creation with nocsd flag by adding it as a request parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants