How to backup the Skedler index or internal db in skedler

Modified on Tue, 8 Dec, 2020 at 2:03 AM

Please follow the below steps to know how to backup the Skedler index and the internal DB file.


1. Backup internal DB,

  1. For the Linux system, the path will be

Database_path: /var/lib/skedler/skedler.db
Database_history_path: /var/lib/skedler/skedlerHistory.db


  1. For the Windows system, the path will be 


Database_path: "C:\\skedler\\skedler.db" 
Database_history_path: "C:\\skedler\\skedlerHistory.db"


2. Backup skedler index from elasticsearch, 

Go to Kibana dev tools and start to reindex skedler index,
POST /_reindex?pretty
{

  "source": {

    "index": ".skedler"

  },

  "dest": {

    "index": ".skedler-backup"

  }

}


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article