Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Update Backup Method #7

Description

@ferricoxide

Problem Description:

Currently installed backup logic in /etc/cron.d/jira-data-backup is sub-optimal from a performance perspecctive

Expected Behavior:

Maximize S3 performance to be more equivalent to those outlined in AWS documentation

Actual Behavior:

Backup/restore slower than could be. Mostly not a problem, now, but will become a problem as backed-up dataset grows in size (particularly number of elements backed up)

Fix recommendation:

Change current backup method from an s3 sync of the Jira content to a tar cf - <JIRA_CONTENT> | s3 cp - s3://<BUCKET>/<KEY>/<TAR_FILE> method

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions