I have a large PostgreSQL database on my local computer in docker volume, then I need to copy the database to a remote computer (VPS). This database will be static (read only), the data will be updated rarely and only from my local personal computer, with the transfer of data I need to skip some columns in some tables as they store only the service information that takes up a lot of space on disk (I need it only on the local computer). I heard about database replication functions, also heard about airbyte but not sure if it will work for me.
If it can be done with standard replication, where do I start?
P.S I'm here only because the conception is very responsible, I want to be sure of their actions at 100 percent