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

exec trunk install #217

Merged
merged 13 commits into from
Apr 10, 2023
Merged

exec trunk install #217

merged 13 commits into from
Apr 10, 2023

Conversation

ChuckHend
Copy link
Member

@ChuckHend ChuckHend commented Apr 7, 2023

run trunk install <extension> --version <version> in postgres pod

some follow up work next week:

  • build and upload a new version of pgmq to trunk.io. 0.2.1 is already in our image.
  • get some tests in place

@@ -58,7 +58,7 @@ spec:
type: object
type: array
image:
default: quay.io/coredb/postgres:6e3c4a7
default: quay.io/coredb/postgres:d45c5b1
Copy link
Member Author

Choose a reason for hiding this comment

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

update to the image that has trunk cli installed

@@ -367,6 +390,32 @@ fn extension_plan(have_changed: &[Extension], actual: &[Extension]) -> (Vec<Exte
(changed, to_install)
}

/// reconcile extensions between the spec and the database
Copy link
Member Author

Choose a reason for hiding this comment

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

moved this to the bottom of the file so its easier to find. its the "top level" command in the file

@ChuckHend ChuckHend marked this pull request as ready for review April 10, 2023 12:52
@ChuckHend ChuckHend merged commit 9dc5657 into main Apr 10, 2023
@ChuckHend ChuckHend deleted the cor-534 branch April 10, 2023 13:06
sjmiller609 pushed a commit that referenced this pull request Dec 5, 2023
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