-
Notifications
You must be signed in to change notification settings - Fork 467
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
Demo: Upgrade automation project #30480
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: bryanboza <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update ES and Postgres images see https://github.com/dotCMS/core/tree/main/docker/docker-compose-examples/single-node
|
||
services: | ||
elasticsearch: | ||
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switch from elasticsearch to
image: opensearchproject/opensearch:1
- "8443:8443" | ||
|
||
db: | ||
image: postgres:15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use image: pgvector/pgvector:pg16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unable to use this since the version that we are trying to upgrade is not compatible with this pg version (dotcms/dotcms:23.10.24_lts_v17_8b0be94)
Proposed Changes
Checklist