User Tools

Site Tools


app_store_connect:how_to_back-up_the_big_data_service

This is an old revision of the document!


How to Back up the Big Data Service

To protect against accidental data loss or corruption, download the Backup utility from the App Store:

* BackupUtility

Instructions

1. Prepare Big Data Service for Backups

Before we can take a back-up, a configuration changes is required. This modification is only required on initial set-up. Proceed to step 2 if this has already been undertaken.

1.1. Stop the Big Data Service

Open Windows Services.

Find “Intelligent Plant Big Data Service”.

Right click, then select “Stop”.

1.2. Set a back-up location

Edit Elasticsearch configuration file: C:\Program Files\Intelligent Plant\Big Data\es\config\elasticsearch.yml

(This is a text file using YAML format and that can be edited in any text editor.)

#Define Physical Repo for snapshots
#More info: <https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html>
path.repo: ["backup"]

Uncomment the path.repo entry (remove hash) and enter a back up location (e.g. “backup”).

The suggested location (“backup”) is relative to the big data service. The physical path is:

NB. The suggested location (“backup”) is relative to the big data service. To store data to an explicit location use format “c:\\temp\\Backup” (with double back-slashes).

1.3. Restart the Big Data Service

Open Windows Services. Find “Intelligent Plant Big Data Service”. Right click, then select “Start”.

2. Download the Big Data Back Up Utility

Download and unzip the contents of the BackupUtility to your App Store Connect server.

* Download BackupUtility

We suggest deploying the back-up utility to the Intelligent Plant programs folder:

* C:\Program Files\Intelligent Plant\BackupUtility

3. Take a Snapshot Open the BackupUtility folder and double click “Snapshot.bat” to run. This creates a database restore point protecting against data corruption or accidental loss. 3.1 Manage Snapshots (optional)

For advanced Snapshot management (create/delete/list/restore) open the BackupUtility manager:

* Double click “BackupUtility.exe”.

3 Archive back-up files

To protect against hardware failure, the contents of the back-up folder should be copied to an alternative location.

*BackUp Folder: C:\Program Files\Intelligent Plant\Big Data\es\backup

app_store_connect/how_to_back-up_the_big_data_service.1502268031.txt.gz · Last modified: 2017/08/09 08:40 by su