0

When I try to deploy my postgres database using sqitch, I face this issue adding registry tables to db:pg:staff:

C:/Program Files/PostgreSQL/12/bin/psql" failed to start: "The filename, directory name, or volume label syntax is incorrect"

But my psql in this path C:\Program Files\pgsql\bin. Where I should change this path, psql command added on environment variable

brian d foy
  • 129,424
  • 31
  • 207
  • 592
Huda Twfik
  • 157
  • 1
  • 10

1 Answers1

1

this issue solved by

  • added psql environment variable with your correct path

  • added it in your project sqitch conf to be like that

    [engine "pg"] client = psql

Huda Twfik
  • 157
  • 1
  • 10