0

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

1
  • It's going to be difficult. Commented Nov 19, 2013 at 16:31

1 Answer 1

1

Most likely you will need to have a dump created on your machine2 and import it back into machine1. There is a tool pgdiff available, which maybe helps you to find differences, but to be fair I never tried it.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.