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

When we update POSTGRES_IMAGE_TAG in .bashrc, the change does not get represented in the deployment (AnyLog testing) #178

Open
ericaquaronne opened this issue Sep 11, 2024 · 1 comment

Comments

@ericaquaronne
Copy link

During Anylog deployment we noticed that when we update POSTGRES_IMAGE_TAG in .bashrc, the change doesn't seem to be represented in the deployment
Steps:
In ~/.bashrc update POSTGRES_IMAGE_TAG=16.0
source ~/.bashrc
Deploy OpenHorizon (which includes Postgres)
Expect: PSQL v16.0
Actual: PSQL v13.0 (default)

@ericaquaronne ericaquaronne changed the title When we update POSTGRES_IMAGE_TAG in .bashrc, the change does not get represented in the deployment (AnyLog) When we update POSTGRES_IMAGE_TAG in .bashrc, the change does not get represented in the deployment (AnyLog testing) Sep 11, 2024
@oshadmon
Copy link

oshadmon commented Oct 9, 2024

I believe this issue has been resolved

Horizon CLI version: 2.31.0-1577
Horizon Agent version: 2.31.0-1577

CONTAINER ID   IMAGE                                         COMMAND                  CREATED          STATUS                   PORTS                                                                                  NAMES
... 
91f6ba68b302   postgres:16.0                                 "docker-entrypoint.s…"   10 minutes ago   Up 3 minutes (healthy)   0.0.0.0:5432->5432/tcp, :::5432->5432/tcp                                              postgres
6d32f6a737c1   postgres:16.0                                 "docker-entrypoint.s…"   10 minutes ago   Up 3 minutes (healthy)   0.0.0.0:5433->5432/tcp, [::]:5433->5432/tcp                                            postgres-fdo-owner-service

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

No branches or pull requests

2 participants