Difference between revisions of "Kubernetes Backup and Restore"

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


==Acessing your cluster==
==Acessing your cluster==
Use your credentials to access the worker node of the kubernetes deployment. All the data of the deployment is stored on ~\mount and all underneath directory.  
Use your credentials to access the worker node of the kubernetes deployment. All the data of the deployment is stored on ~\mount and all underneath directory. Please refer the below diagram.
<syntaxHighlight>
<syntaxHighlight>
~\mount
~\mount
  |
  |
  |- backup
  |- backup
    |- images
    |- mariadb
  |- restore
  |- restore
    |- images
    |- mariadb
  |- images
  |- images
  |- mariadb
  |- mariadb

Revision as of 15:42, 29 August 2021

Foreword

This document is prepared as administrator's guide of MediaWiki implementation on kubernetes to perform backup and restore. Backup and restore will cover for both database stored in mySQL and image media stored in MediaWiki file system.

What you need to perform the task is the console access to worker node of kubernetes' deployment.

Acessing your cluster

Use your credentials to access the worker node of the kubernetes deployment. All the data of the deployment is stored on ~\mount and all underneath directory. Please refer the below diagram.

~\mount
 |
 |- backup
    |- images
    |- mariadb
 |- restore
    |- images
    |- mariadb
 |- images
 |- mariadb

Performing the Backup

Performing the Restore