On Jul 30, 2020, at 15:14, amita gupta <
me.ami...@gmail.com> wrote:
> Hi All,
>
> I am trying to install Sqitch for Postgres on windows using command ( cpan install App::Sqitch DBD::Pg ) but i get this below error:
> <Auto Generated Inline Image 1.png>
>
> Can you please tell if it installed fine?
Doesn’t seem like it; that’s an unexpected error. I suggest trying `cpanm` instead of `cpan`.
> Also, once its installed how can i create project in sqitch to manage postgres files?
I suggest you follow the tutorial:
https://sqitch.org/docs/manual/sqitchtutorial/
HTH,
David