no-issue: re-add atl_product_family as required var for slingshot backup

play
This commit is contained in:
Ben Partridge
2020-01-24 12:14:26 +11:00
parent 44ae6da47b
commit 5df8552861

View File

@@ -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) # 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 # Params
# Required # 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_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_bucket - s3 bucket to upload your backup to
# atl_s3_backup_region - AWS region where the s3 bucket is deployed # atl_s3_backup_region - AWS region where the s3 bucket is deployed