Take a full backup of the database
db_full.tz
check the checksum of the backupfile
md5sum db_full.tz
split backup into multiple file size 100mb
split -b 100M db_full.tz db_split_
scp/copy each file to the server
aws s3 cp db_split_ s3://bucket_name
Merge the files.
cat db_split_* > db_full.tz
check the checksum of the backup file
md5sum db_full.tz
helps you achieve understanding, develop good practices, and operate your team and organization for maximum DevOps awesomeness
Windows 2016 - Install AZ CLI & KUBECTL
#AZ CLI msiexec /i https://aka.ms/installazurecliwindows #Kubectl curl.exe -LO "https://dl.k8s.io/release/v1.30.1/bin/windows/amd64...
-
Install htop in Oracle Linux 7 htop is not default install and it's not part of default repo so when we try to install htop it throw...
-
How to Stop Firewall on Oracle Linux 7 [root@ebs121db1 ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source ...
-
Oracle DB Connect to Sybase database steps: 1. Install Oracle Gateway software in Oracle database 2. Configure Sybase server details $ORA...