Difference between revisions of "Backup and Restore Loop"

From PKC
Jump to navigation Jump to search
Line 9: Line 9:


=Step to deploy=
=Step to deploy=
==Get the source code==
==Adjust the configuration==
==Execute Backup Process==
==Execute Restore Process==


=References=
=References=
<references />
<references />
[[Category:DevOps]]
[[Category:DevOps]]

Revision as of 10:11, 14 March 2022

PKC Automatic Backup and Restore Process is a series of command executed on backup-source server and backup-target server. The target of the process loop is to ensure there are always a backup data that can be easily restored into target server. Below is the schematic diagram on how the process is executed.

Backup-restore

Introduction

Configuration process is done by ansible script, that is executed from ansible host. Below are the outline of deployment process in general

  1. Get the source code; From github to your local machine. The source code will contain all necessary ansible script to execute the deployment process.
  2. Adjust the configuration; Adjust configuration on your local machine to define the backup-and-restore loop
  3. Execute Backup Process; Execute backup installation
  4. Execute Restore Process; Execute restore installation

Step to deploy

Get the source code

Adjust the configuration

Execute Backup Process

Execute Restore Process

References