unlimitedlkak.blogg.se

Using aws for personal backup
Using aws for personal backup










using aws for personal backup

Value for this parameter must be a valid Region from Amazon Regions. location: This is AWS S3 location where you want to put your backups into. libDir: Location where Backup Module libraries will be installed walletDir: Location where Backup Module will store AWS keys Parameters that you will need to set for installation are as below: -AWSID: AWS Access Key $ java -jar osbws_install.jar -AWSID XxXxX -AWSKey XxXxX -walletDir $ORACLE_HOME/osbws_wallet -libDir $ORACLE_HOME/lib -location ap-southeast-2 -awsEndPoint -otnUser -otnPass Osbws_installer.zip osbws_install.jar osbws_readme.txtģ- Install OSB Cloud Module for Amazon S3 into your Oracle Home: This folder will be used to store AWS Access Keys and Secret Access Key.Ĭreate this directory in $ORACLE_HOME/dbs/:Ģ- Download osbws_installer.zip from the link provided above and put in your installation folder, in this example /mnt/stage/osb, unzip the compressed file and you will have two files as shown below: If Oracle Wallet directory does not exist, create one. Java 1.7 or higher must be installed on your server before you can proceed. You can download Oracle Secure Backup module for AWS from hereĭuring installation you need to provide an OTN account. You can use AWS Free tire for test purposes. There is no need to have access to AWS Console. During setup Access Keys and Secret Access Key of this IAM user will be used. Requirements:ġ- An AWS account and an IAM user with access to S3:įor setting up backups to AWS you will require an AWS account and an IAM user with full access to AWS S3. Using installed libraries you can then take backups via RMAN into AWS S3 the same way you backup to sbt_tape. Oracle Secure Backup module must be installed into database Oracle Home. In this example, database version is 12c and platform is Linux x86_64. This method can be used for Oracle database version 9.2 or higher. In this post I will show you how to install, configure and use Oracle Secure Backup to take your Oracle database backups to AWS S3. There are different options for backing up Oracle databases to Cloud, but using Oracle Secure Backup module to take backups into AWS S3 is one of the most efficient methods in terms of costs and backup/restore performance.












Using aws for personal backup