I have two servers: production and testing. Both of them run PostgreSQL. I made a lot of alterations on testing server, like ALTER table
, CREATE INDEX
etc. and want to transfer these alterations to the production server as easy as possible. What is the most convenient way for this?
The best way to do this would be:
Other notes: