From 5df8552861cd3de7663f0347f2c1faf80975ab90 Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Fri, 24 Jan 2020 12:14:26 +1100 Subject: [PATCH] no-issue: re-add atl_product_family as required var for slingshot backup play --- aws_slingshot_backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_slingshot_backup.yml b/aws_slingshot_backup.yml index e0239f6..50028b4 100644 --- a/aws_slingshot_backup.yml +++ b/aws_slingshot_backup.yml @@ -1,7 +1,7 @@ # Runs atlassian-slingshot to backup your product instance. Should be run when there is only 1 app node (i.e server or single node cluster) # Params # Required -# atl_product - one of "confluence", "jira", or "bitbucket". +# atl_product_family - should be "jira", "confluence", or "bitbucket" # atl_slingshot_backup_dir - working directory for the backup, should be large enough to fit database and shared home dumps # atl_s3_backup_bucket - s3 bucket to upload your backup to # atl_s3_backup_region - AWS region where the s3 bucket is deployed