Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BACKUP_SERVICE_ENDPOINT #171

Closed
rsoika opened this issue Jan 2, 2023 · 0 comments
Closed

BACKUP_SERVICE_ENDPOINT #171

rsoika opened this issue Jan 2, 2023 · 0 comments
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Jan 2, 2023

Introduce a new env param 'BACKUP_SERVICE_ENDPOINT' to indicate if a snapshot need to be backuped

See issue #170

In case this parm is set, the onSave method should create a separate event log entry used by the backupservice to backup a snapshot

    // 9. write event log entry...
    if (backupServiceEndpoint.isPresent() && !backupServiceEndpoint.get().isEmpty()) {
        if (debug) {
            logger.finest("......create event log entry " + EVENTLOG_TOPIC_ADD);
        }
        eventLogService.createEvent(EVENTLOG_TOPIC_ADD, snapshot.getUniqueID());
    }
@rsoika rsoika added this to the 2.4.0 milestone Jan 2, 2023
rsoika added a commit that referenced this issue Jan 2, 2023
Issue #171
rsoika added a commit that referenced this issue Jan 2, 2023
Issue #171
@rsoika rsoika closed this as completed Jan 3, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant