Skip to content

Feature/refactor db tula#9

Open
bvsahasrabuddhe wants to merge 2 commits into
mainfrom
feature/refactor-db-tula
Open

Feature/refactor db tula#9
bvsahasrabuddhe wants to merge 2 commits into
mainfrom
feature/refactor-db-tula

Conversation

@bvsahasrabuddhe

Copy link
Copy Markdown
Contributor
  1. Run command below in powershell
    ssh -N -L 15432:127.0.0.1:5432 ubuntu@54.37.159.71
    means
    QA local port 15432 → QA server PostgreSQL 127.0.0.1:5432

  2. Run command below in second powershell
    ssh -N -L 25432:127.0.0.1:5432 ubuntu@51.79.156.217
    means
    PROD local port 25432 → PROD server PostgreSQL 127.0.0.1:5432

3)Run command below in third powershell
Test-NetConnection 127.0.0.1 -Port 15432

4)Run command below in fourth powershell

Test-NetConnection 127.0.0.1 -Port 25432

3 and 4 must result as
TcpTestSucceeded : True

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

Successfully merging this pull request may close these issues.

1 participant