User Tools

Site Tools


app_store_connect:how_to_back-up_the_big_data_service

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app_store_connect:how_to_back-up_the_big_data_service [2017/08/08 16:03] suapp_store_connect:how_to_back-up_the_big_data_service [2018/10/10 09:38] (current) su
Line 1: Line 1:
-====== How to Back up the Big Data Service ====== 
- 
-To protect against accidental data loss or corruption, download the Backup utility from the App Store: 
- 
- * [[https://appstore.intelligentplant.com/nuget/downloads/BackupUtility.zip|BackupUtility]] 
  
 ==== Instructions ==== ==== Instructions ====
Line 9: Line 4:
 **1. Prepare Big Data Service for Backups** **1. Prepare Big Data Service for Backups**
  
-Before we can take a back-up, some configuration must be defined.+Before we can take a back-up, configuration change is requiredThis modification is only required on initial set-up.  
 + 
 +If you have already downloaded, deployed and configured the Back-Up utility (or installed "App Store Connect" which includes the back-up utility) proceed to step 3. 
 + 
  
 **1.1. Stop the Big Data Service** **1.1. Stop the Big Data Service**
Line 25: Line 24:
 Edit Elasticsearch configuration file: C:\Program Files\Intelligent Plant\Big Data\es\config\elasticsearch.yml 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.)//+//This is a text file using YAML format and can be edited using Wordpad.//
  
 <code> <code>
Line 31: Line 30:
 #Define Physical Repo for snapshots #Define Physical Repo for snapshots
 #More info: <https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html> #More info: <https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html>
-path.repo: "C:\\Temp\\Backup"+path.repo: ["backup"]
  
 </code> </code>
  
-Uncomment the path.repo entry (remove hash) and provide filepath to your back-up location (use two \'s to representa a slash as above.) (e.g. "c:\\temp\\Backup").+Uncomment the path.repo entry (remove hash) and enter a back up location (e.g. "backup").  
 + 
 +//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).//
  
  
Line 46: Line 47:
 Right click, then select “Start”. Right click, then select “Start”.
  
-**2. Run Big Data Back Up Utility**+**2. Download the Big Data Back Up Utility**
  
 Download and unzip the contents of the BackupUtility to your App Store Connect server. Download and unzip the contents of the BackupUtility to your App Store Connect server.
  
- * [[https://appstore.intelligentplant.com/nuget/downloads/BackupUtility.zip|Download BackupUtility]]+  * [[https://appstore.intelligentplant.com/nuget/downloads/BackupUtility.zip|Download BackupUtility]]
  
-Open the folder and double click "BackupUtility.exe" to run.+We suggest deploying the back-up utility to the Intelligent Plant programs folder:
  
-{{ :app_store_connect:backup01.png?nolink&600 |}}+  * C:\Program Files\Intelligent Plant\BackupUtility
  
-Enter "Snapshot".+**3. Take a Snapshot ** 
 + 
 +Open the BackupUtility folder and double click "Snapshot.batto run. 
 + 
 +{{ :app_store_connect:backup01.png?nolink&600 |}}
  
 This creates a database restore point protecting against data corruption or accidental loss. This creates a database restore point protecting against data corruption or accidental loss.
 +
 +The console window automatically closes after 10 seconds.
 +
 +
 +** 3.1 Manage Snapshots (optional) **
 +
 +For advanced Snapshot management (create/delete/list/restore) open the BackupUtility manager: double click "BackupUtility.exe".
 +
 +{{ :app_store_connect:backup04.png?nolink&600 |}}
  
  
 ==== 3 Archive back-up files ==== ==== 3 Archive back-up files ====
  
-To protect against hardware failure, the contents of the back-up folder (defined in step 2) should be copied to an alternative location.+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.1502208224.txt.gz · Last modified: 2017/08/08 16:03 by su