Skip to content

[patch] Fix PostBackFlow.sh to detect facilities DB connections - #558

Merged
mnivedithaa merged 2 commits into
mainfrom
MASCORE-15730
Aug 12, 2026
Merged

[patch] Fix PostBackFlow.sh to detect facilities DB connections#558
mnivedithaa merged 2 commits into
mainfrom
MASCORE-15730

Conversation

@nikitakumble

@nikitakumble nikitakumble commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Issue
MASCORE-15730

Description
The PostBackFlow.sh script was only matching MANA (Manage) application connections when identifying the destination DB2 user after a backflow. This caused the script to miss Facilities connections, leaving DEST_USER
empty when no Manage connection was active.

Change
File: instance-applications/120-ibm-db2u-database/files/PostBackFlow.sh

The grep MANA is replaced with grep -E "MANA|FACI" so that both Manage and Facilities DB2 application connections are matched correctly.

Testing
Verified on a Facilities environment where DEST_USER is now correctly detected after the fix.

Related PRs
https://github.ibm.com/maximoappsuite/ssp-mas-sre-automation/pull/302
https://github.ibm.com/maximoappsuite/ssp-mas-awx-config/pull/79

@mnivedithaa mnivedithaa changed the title [minor] Fix PostBackFlow.sh to detect facilities DB connections [patch] Fix PostBackFlow.sh to detect facilities DB connections Aug 12, 2026
@mnivedithaa
mnivedithaa merged commit d301ebe into main Aug 12, 2026
3 checks passed
@mnivedithaa
mnivedithaa deleted the MASCORE-15730 branch August 12, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants