8 Replies
Project ID:
N/A
you need psql installed
though you should just use a database client like dbgate
What is psql?
a postgres cli client
Thanks for helping. So, I already have Postgres installed, however, when I run the command at the command prompt it gives an error saying 'PGPASSWORD' is not recognized as an internal or external command, an operable program or a batch file.
because that's a Linux command, you need to use
set
to set that variable before you run the commandThank you very much 🤝
where you able to connect?