restore

How to Backup and Restore Elasticsearch using Snapshots

Reading Time: 3 minutes Introduction Hello everyone! Today in this blog, we will learn how to backup and restore Elasticsearch using snapshots. Before diving in, let’s first brush up on the basics of the topic. Elasticsearch at a glance It is a search and analytics engine It is based on NoSQL technology It exposes REST API instead of CLI to perform various operations It is a combination of different Continue Reading

Backup and Restoring In Jenkins

Reading Time: 4 minutes If you are using Jenkins for a while then you must be aware about the importance of jobs related data and what can happen when the data is lost. This blog provides some ways through which backup and restoring in Jenkins can be carried out. The data loss can be the result of hardware or software failure, data corruption, or a human-caused event, or accidental Continue Reading