Created 06-27-2023 12:59 AM
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 ?
Created 07-02-2023 12:15 PM
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/