Connect to postgresql:
psql -h $targetip -p 5432 -U admin -W #password: admin psql -h $targetip -p 5432 -U postgres -W #password: postgres
Last updated 1 year ago