I am trying to make pipeline for the backup one database and restore into another postgresql database on same server (connected with azure portal )

Viewed 16

azure cloudenter image description here I am trying to make pipeline for the backup one database and restore into another postgresql database on same server (connected with azure portal ) using powershell. power shelll in azure cloud is accepting pg_dump commands and these commands are running on it.

enter image description here but when i try to make pipeline using azure devops and make an agent of azure cli powershell it does not run the pg_dumb commands, it says cannot recognize. please guide me i am new

0 Answers
Related