I wish to set up replication between a master/production server and slave/archive server. The thing is that the master will delete tuples after a certain time, and I do not want that replicated on the archive server.
Is this possible to set up with the standard replication or should I just make a second archive table and code to copy old entries there?
Is this possible to set up with the standard replication or should I just make a second archive table and code to copy old entries there?