this.getFeatureFlag(projectKey, key)
                    .then(flag => {
                        let backupFlagArr = _.filter(backupJson.items, { key: key });
                        if (backupFlagArr.length === 0) {
                            that.log.error(`flag does not exist in backup: ${key}`);