Skip to content

fix(bootstrap): consider 18 ent pgpro_version changes#220

Merged
mstyushin merged 2 commits intodevfrom
MMNS-45-bootstrap-fix
Apr 17, 2026
Merged

fix(bootstrap): consider 18 ent pgpro_version changes#220
mstyushin merged 2 commits intodevfrom
MMNS-45-bootstrap-fix

Conversation

@Kmortyk
Copy link
Copy Markdown
Collaborator

@Kmortyk Kmortyk commented Apr 16, 2026

Fixed edition check for 18 ent during bootstrap.

@Kmortyk Kmortyk force-pushed the MMNS-45-bootstrap-fix branch 5 times, most recently from bfe9c85 to 5fe127b Compare April 16, 2026 13:00
@Kmortyk Kmortyk force-pushed the MMNS-45-bootstrap-fix branch from 5fe127b to 27211a3 Compare April 16, 2026 13:24

# install and set up components missing in docker image (sudo, wget, bc, unzip, lsb-release, gnupg, tzdata)
apt-get clean && apt-get update && apt-get install -y sudo
rm -rf /var/lib/apt/lists/* && apt-get update && apt-get install -y sudo
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got some problem with cache here, so changed mirrors and removed cached packages.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably apt-get clean all would suffice but this will do too

MAMONSU_PATH: '/home/runner/work/mamonsu/mamonsu/'
strategy:
matrix:
docker_os: ['centos:7', 'centos:8']
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Centos 7 tries to check PostgreSQL 12 package and fails, so removed for now.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, I guess as a temporary change just for the sake of this PR we can merge it. I'm going to add gh actions fix soon

@Kmortyk Kmortyk requested a review from mstyushin April 16, 2026 13:41
Copy link
Copy Markdown
Collaborator

@mstyushin mstyushin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

MAMONSU_PATH: '/home/runner/work/mamonsu/mamonsu/'
strategy:
matrix:
docker_os: ['centos:7', 'centos:8']
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, I guess as a temporary change just for the sake of this PR we can merge it. I'm going to add gh actions fix soon


# install and set up components missing in docker image (sudo, wget, bc, unzip, lsb-release, gnupg, tzdata)
apt-get clean && apt-get update && apt-get install -y sudo
rm -rf /var/lib/apt/lists/* && apt-get update && apt-get install -y sudo
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably apt-get clean all would suffice but this will do too

@mstyushin mstyushin merged commit 8c1420d into dev Apr 17, 2026
6 checks passed
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