atscale-backups

Downloads4
Subscribe
0
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues

What's new in this version

Improved setup and configuration process.
More detailed README
Vanished repo

About

This application makes backup of you IRIS Adaptive Analytic's cubes to GitHub repository.

Installation

Install this package by ZPM applet in IRIS BI.

zpm "install atscale-backups"

Setup

After installation complete you have to configure module. You need know Adaptive Analytics servername, credentials, GitHub token and repository

d ##class(AtScaleBackups.utils).setConfig(
"GitHub_username",
"GitHub_PersonalAccessToken",
"GitHub_Repository_Name",
"Delay_in_seconds_between_backups",
"AtScale_host_name(for example: localhost:10500)",
"AtScale_org(example: default)",
"AtScale_login",
"AtScale_password",
[{"name" : "ProjectName", "id": "ProjectID(for example: 2d93c2be-5a95-4bec-6731-102eeb5c8d8d)"}]
)

AtScale_org you can take from the URL: image

Project ID is also available from the URL: image

Module store its config in the /src/AtScaleBackups/config.ini file.

Launch

To start backup process you yave to execute this command in IRIS

d ##class(AtScaleBackups.utils).start()

After that first backup will be created. The process will be repeated with "Delay_in_seconds_between_backups" delay.

IPM installation
zpm "install atscale-backups"
Rating
0 (0)
Category
Solutions
Works with
InterSystems IRIS BI
Tags
Info
Version
1.0.1
Last updated
2022-08-12
Repository
Open
Documentation
Open
License
Link