Question for those using Postgres Tap and Target
I have a area I will call the "Data Downloader" .. running Meltano.. it taps a data source and pushes it to a postgresql DB that is running next to meltano in a container..
I have another area called " Production Env" .. running postgresql and stores the prod data ..
My question is.. how do a best append the data from 1 postgresql DB .. to the other ?
From the Postgresql DB in DataDownloader, to the Postgresql DB in Production Env? .. new data from the downloalder should not erase what is already in production..
I cannot connect the two together locally on LAN.. so was thinking I need to take .sql snapshots of the data and save it to parquet or .sql file or...? .. walk the data via USB drive (the two environments are airgapped for security reasons) ..