From 97270c9e36831d7a8f41f9c7cd3631dd0e94f224 Mon Sep 17 00:00:00 2001 From: ajinkyak423 Date: Mon, 22 Sep 2025 14:43:48 +0530 Subject: [PATCH] DEVOPS-3822 DB backup of tenant based SVCs --- pkg/cmd/postgresdump.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/cmd/postgresdump.go b/pkg/cmd/postgresdump.go index 7198343..0bf9ec2 100644 --- a/pkg/cmd/postgresdump.go +++ b/pkg/cmd/postgresdump.go @@ -39,7 +39,8 @@ func init() { } var postgresdumpCMD = &cobra.Command{ - Use: "postgresdump [flags] ", + Use: "postgresdump [flags] \n." + + "In case of tenant based SVCs, use . E.g. ridectl postgresdump starflightbeam-prod-intelligence", Short: "Take postgres DB dump", Long: `Take postgres DB dump, encrypt backup file and push it to s3 bucket`, Args: func(_ *cobra.Command, args []string) error {