YaK User Documentation
YaK Landing PageVisit dbi-services.comContact us
YaK Release 2.1
YaK Release 2.1
  • Welcome
  • Introduction
    • YaK Core
    • YaK Components
    • Terms and definitions
  • User interface
    • Dashboard
    • Infrastructures
    • Servers
    • Components
    • Jobs
    • Configuration
    • Administration
  • YaK Demo
  • Versioning & Compatibility matrix
  • Release Notes
    • YaK components types
      • PostgreSQL
      • Oracle
  • Installation
    • System requirements
    • Install YaK Core
      • Install YaK on your own K8S cluster
      • Install YaK on Rancher Desktop
      • Uninstall Yak
  • YaK step-by-step usage
  • Configuration
    • Secrets
    • Templates
    • Provider shapes
    • Provider images
    • Artifact providers
  • Manage infrastructures
    • Declare infrastructures
    • Attach Secrets
    • Detach Secrets
  • Manage Servers
    • Declare servers
      • Basics
      • Storage
      • Attach secrets
    • Edit server configuration
    • Deploy servers
    • Destroy servers
    • Delete servers
    • Start / Stop servers
  • Manage Components
    • Artifacts requirements
    • Component types
      • PostgreSQL
        • Description
        • Pre-requisites
        • Component references
          • PostgreSQL 2.0.0
            • Standalone deployment variables
            • HA deployment variables
      • Oracle
        • Description
        • Pre-requisites
        • Component references
          • Oracle 2.0.0
            • Standalone variables
  • Use cases
    • On-Premises
    • AWS
    • Azure
    • OCI
  • Appendix
    • Create SSH Keys with PuTTYgen
    • Roles
Powered by GitBook
On this page
  • Sub-component types
  • Backup
  1. Manage Components
  2. Component types
  3. Oracle

Description

Congratulations ! You are now the proud owner of the YaK Oracle component type. Here is what it brings you :

Sub-component types

The YaK supports both types of deployment of your Oracle component type:

Standalone
  • This sub-component type allows to perform a deployment of an Oracle standalone instance.

Data Guard (Will come with a future release of the component)
  • This sub-component type allows to perform a deployment of an Oracle instance protected by Data Guard, including Data Guard Broker and Data Guard Observer.

Backup

The deployment of an Oracle component with the YaK automatically configures tree kinds of backups of the Oracle instance :

  • Full backup (incremental - level 0)

  • Differential backup (incremental - level 1 )

  • Archive Logs backup

In addition, obsolete backups are automatically deleted.

Backup jobs are scheduled from the crontab of the oracle OS user.

Example:

oracle@srv-ora-01:~/ [CDB01] crontab -l
#Ansible: CDB01 - Weekly inc0 backup
0 22 * * 0 /u01/app/oracle/local/dmk_ha/bin/check_primary.ksh CDB01 /u01/app/oracle/local/dmk_dbbackup/bin/dmk_rman.ksh -s CDB01 -t bck_inc0_no_arc_del_blck_chg_trk.rcv
#Ansible: CDB01 - Daily  inc1 backup
0 22 * * 1-6 /u01/app/oracle/local/dmk_ha/bin/check_primary.ksh CDB01 /u01/app/oracle/local/dmk_dbbackup/bin/dmk_rman.ksh -s CDB01 -t bck_inc1_no_arc_del_blck_chg_trk.rcv
#Ansible: CDB01 - Archive log backup
0 */2 * * * /u01/app/oracle/local/dmk_ha/bin/check_primary.ksh CDB01 /u01/app/oracle/local/dmk_dbbackup/bin/dmk_rman.ksh -s CDB01 -t bck_arc_fra.rcv
#Ansible: CDB01 - Manage obsoletes
0 01 * * * /u01/app/oracle/local/dmk_ha/bin/check_primary.ksh CDB01 /u01/app/oracle/local/dmk_dbbackup/bin/dmk_rman.ksh -s CDB01 -t mnt_obs.rcv
PreviousOracleNextPre-requisites

Last updated 22 days ago