Get Support Have a question? Let's get you an answer!
Other Help Resources Wait, there's more! Check out these Community sourced spaces for additional resources.
Learning Resources All of our best learning resources can be found here.
Share your knowledge Give back to the Community by sharing your automation wins and helping to answer questions.
Other Learning Resources Some of our favorite additional ways to upskill your Zapier knowledge.
Product Updates Check out what is new and upcoming with Zapier with our regular product updates.
Early Access Program Want to join Early Access? Learn more here.
Hi @soham
Help links for PostgreSQL: https://zapier.com/apps/postgresql/help
still not working getting same error created a database with specific user and id password and followed this steps
Create a New Database:
gocardless_test
sql
Copy code
CREATE DATABASE gocardless_test;
Verify Database Creation:
\l
Exit PostgreSQL Shell:
\q
Access PostgreSQL Shell Again:
bash
psql postgres
Create a New User:
your_password
CREATE USER zapier_user WITH PASSWORD 'your_password';
Grant Permissions:
GRANT ALL PRIVILEGES ON DATABASE gocardless_test TO zapier_user;
Locate Configuration Files:
postgresql.conf
/usr/local/var/postgres/
Open Configuration File:
nano /usr/local/var/postgres/postgresql.conf
Modify Listen Addresses:
#listen_addresses
plaintext
listen_addresses = '*'
Save Changes:
CTRL + X
Y
Enter
Open pg_hba.conf:
nano /usr/local/var/postgres/pg_hba.conf
Add Remote Access Configuration:
host all all 0.0.0.0/0 md5
brew services restart postgresql
Hi @soham,
We apologize for the inconvenience. Kindly contact our support team for further investigation with the issue. You can reach our support team via this link: https://zapier.com/app/get-help
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.