You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2023/01/11 09:10:47 UTC

[GitHub] [age-viewer] AhmarZaidi opened a new pull request, #103: Update instruction to get into postgres shell from inside docker.

AhmarZaidi opened a new pull request, #103:
URL: https://github.com/apache/age-viewer/pull/103

   I found that the instruction to get into the postgres shell inside docker incomplete. Actually, the first step is to get into the docker bash shell and the from there open the postgres shell. So, I've added that instruction in the correct order.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] AhmarZaidi commented on pull request #103: Update instruction to get into postgres shell from inside docker.

Posted by GitBox <gi...@apache.org>.
AhmarZaidi commented on PR #103:
URL: https://github.com/apache/age-viewer/pull/103#issuecomment-1378497580

   Thanks @sarthak-19 for the suggestion. I've added the command and updated the pull request.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] aked21 merged pull request #103: Update instruction to get into postgres shell from inside docker.

Posted by "aked21 (via GitHub)" <gi...@apache.org>.
aked21 merged PR #103:
URL: https://github.com/apache/age-viewer/pull/103


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] sarthak-19 commented on pull request #103: Update instruction to get into postgres shell from inside docker.

Posted by GitBox <gi...@apache.org>.
sarthak-19 commented on PR #103:
URL: https://github.com/apache/age-viewer/pull/103#issuecomment-1378472253

   Hi @AhmarZaidi thanks for correcting it, I have one more suggestion to add, we can get into postgreSQL shell from outside docker also using command `` psql -U postgresUser -d postgresDB -p 5455 -h localhost `` then a prompt will appear to type password, here we can give ``postgresPW`` to get into shell


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org