In this video we will See How to Backup Your SAP HANA Database with AWS Backint, AWS Backint will take backup of SAP HANA Database in S3 Bucket.
How to Take SAP HANA Backup on S3 Bucket, AWS Backint SAP HANA Backup, aws backint agent for sap hana
Agent Download:
sudo wget https://s3.amazonaws.com/awssap-backi... -O /tmp/install-aws-backint-agent
Installation Command:
python3 install-aws-backint-agent
Policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"s3:GetBucketPolicyStatus",
"s3:GetBucketLocation",
"s3:ListBucket",
"s3:GetBucketAcl",
"s3:GetBucketPolicy"
],
"Resource": [
"arn:aws:s3:::backups/*",
"arn:aws:s3:::backups"
]
},
{
"Sid": "VisualEditor2",
"Effect": "Allow",
"Action": [
"kms:Decrypt",
"kms:GenerateDataKey"
],
"Resource": "*"
},
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:PutObjectTagging",
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::backups/*"
}
]
}
Watch video How to Backup Your SAP HANA Database with AWS Backint online without registration, duration hours minute second in high quality. This video was added by user Hightechnology TV 05 February 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,378 once and liked it 52 people.