MySQL Forums
Forum List  »  Newbie

Re: Way to track schema changes
Posted by: Peter Brawley
Date: January 27, 2019 10:15AM

Nothing built in in for that. Traditional method is to make schema evolution entirely script-based--those scripts then become schema change documentation. Ancillary method to track changes that slip through hat would be to include information_schema in all backups, and run comparison queries on each set of such results.

There are 3P tools, I haven't tried them.

Options: ReplyQuote


Subject
Written By
Posted
January 26, 2019 11:11PM
Re: Way to track schema changes
January 27, 2019 10:15AM
January 27, 2019 04:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.