blob: 99853b8336b0be08dc2c7e882336480feeac6cce [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001#!/bin/bash
2
3###########################################################################################################
4# script name - cassandra2zusammen.sh
5# run script - ./cassandra2zusammen.sh
Michael Landodd603392017-07-12 00:54:52 +03006# This script migrates ASDC 1st class citizen entities and their sub-entities from Cassandra to Zusammen.
AviZi280f8012017-06-09 02:39:56 +03007# This script should be run when upgrading from 1702 to 1707
8###########################################################################################################
9
10
11# change exist package and service templates in db
Avi Ziv61070c92017-07-26 17:37:57 +030012## Code removed but script is kept for future hook use ##
13##STATUS="${?}"
14##echo "${STATUS}"