Support Questions

Find answers, ask questions, and share your expertise
Announcements
We’ve updated our product names and community labels - click here for full details

Execute export dump commands and transfer using nifi

avatar
Explorer

I want to execute export command to take the PSQL dump of the database and transfer it using NIFI and the execute the import command at the destination db.
can anyone provide a flow to do so ?

1 REPLY 1

avatar
Super Collaborator

If you download the Postgres JDBC driver's you can leverage any of the SQL processors to query Postgres directly instead of using pgdump. 

 

https://jdbc.postgresql.org/download/