So I have this PostgreSQL database which I dumped and copied to another server. On that new server I updated rows and also added tables.
Now I would like to "sync" the new one over the old so that they both have the same state again - is that possible?
Thanks in advance