You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is the following issue observed with pgEdge cli that picks wrong user / password i.e.
python3 -c "$(curl -fsSL https://pgedge-download.s3.amazonaws.com/REPO/install.py)"
./pgedge localhost cluster-create test 3 -U testuser -P abcpassword -d db1
here is the following issue observed with pgEdge cli that picks wrong user / password i.e.
python3 -c "$(curl -fsSL https://pgedge-download.s3.amazonaws.com/REPO/install.py)"
./pgedge localhost cluster-create test 3 -U testuser -P abcpassword -d db1
cluster/test/test.json
"db_user": "lcusr",
"db_password": "lcpasswd"
The text was updated successfully, but these errors were encountered: