Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[WIP] Recipe shrink #2174

Open
wants to merge 8 commits into
base: scripts-dev
Choose a base branch
from
Open

Conversation

bluzarraga
Copy link
Member

What this PR does / why we need it:
CPD has requested that we reduce the number of backup steps to as few as possible. Every "group" step in the backup workflow is a separate velero backup.

Unfortunately, I am having trouble getting the volumes to restore properly and am still working on it. If I keep the volume steps separate (aas opposed to trying to include them all in one backup step) it works fine. But if I merge them all together then I get the following failure:

BMYBR0009 There was an error when processing the job in the Transaction Manager service. The underlying error was: "Execution of workflow restore of recipe cs-recipe failed. Exception: 'appMetadata'".

Still trying to figure this out but it's my understanding CPD does not restore/backup the same volume groups we do since we backup CS DB, Zen metastore db, and License Service reporter in our recipe (CPD has their own process for CS DB and zen).

This recipe also restores the namespace scope resources directly instead of using the setup tenant script and all the peripheral resources required to do that. Something we could benefit from elsewhere too

Signed-off-by: Ben Luzarraga <[email protected]>
Signed-off-by: Ben Luzarraga <[email protected]>
Signed-off-by: Ben Luzarraga <[email protected]>
Signed-off-by: Ben Luzarraga <[email protected]>
Signed-off-by: Ben Luzarraga <[email protected]>
Signed-off-by: Ben Luzarraga <[email protected]>
@ibm-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bluzarraga

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Ben Luzarraga <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants