-
Notifications
You must be signed in to change notification settings - Fork 26
Still can't use this if PG extensions are in use #11
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
Comments
We see a similar error with the hstore extension:
The documentation states:
Per documentation it should also be possible to build them with |
Same error for extension |
Any workarounds for the moment? This issue is blocking from updating to PostgreSQL v14 since there's no legacy image for v14 ( I tried adding the - run:
name: Add postgresql-contrib package
command: |
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get -y update
sudo apt-get -y install postgresql-contrib PS: Thank you @joergschiller for the PR! I hope it gets merged soon 🙂 |
Same here for PG 10.18 and pgcrypto (default contrib extension).
Thanks for looking into this @joergschiller. |
We are experiencing the same issues. We have a Ruby build (for our Rails app) which uses
Prior to this we were using the non-convenience images ( Our set-up uses the following extensions. I can't confirm if these extensions are missing in the convenience image, but if the image doesn't come with any extensions, then it is reasonable to say the extensions don't exist with the image:
Please advise on the best path forward to address this. The roadblock is preventing us from updating to the new convenience images. |
Same here too. We're just trying to enable btree_gist for PostGIS if it doesn't exist for our tests. Specifically:
gets us:
So 👍 to needing this to move away from |
Same issue here on version 11.13.
Those other extensions are also used:
|
* migrate to browser-tools * postgres blocked with CircleCI-Public/cimg-postgres#11
This is being worked on. Updated images will be rolled out soon. |
Great news, @FelicianoTech! One quick note: this was was raised in the beta-test thread in your forums months ago. Perhaps you can feed that back to a retro -- if you have community spaces like your forums, then please look at the feedback and act on it where appropriate! |
@imajes Correct. I just took a look and found your Discuss post on when this was mentioned. In that same thread I mentioned taking a look followed by the GA announcement. Clearly I dropped the ball there. Thank you for reintroducing this here as we can see by the +1s, others are having this same issue. |
Images have been updated to include extensions that are part of the PostgreSQL Contrib package. Can people confirm on your end that the errors went away? |
Our postgres step completed without issue. I would say the extensions error went away. Although I have now encountered a different issue with the convenience ruby image and the mismatch of major node versions between the deprecated and convenience images. But that's an issue for a different repo :) Thanks for the quick turnaround! |
We also can confirm that the issue is resolved. |
@FelicianoTech extensions PS: Now I have data to compare tests running on |
Awesome. I'm going to consider this resolved at this point. I want to thank @joergschiller for the PR that brought in all the contrib extensions, thus solving this issue. @JoseLion Yes please open an issue on this and share whatever data you may have. I'm also curious as to scenarios where maybe running in RAM can be a negative. |
Uh oh!
There was an error while loading. Please reload this page.
e.g.:
why can't these be shipped?
The text was updated successfully, but these errors were encountered: