Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我工作的产品中,有很多配置表。我需要找到一种方法来跟踪配置更改(希望使用某种版本/更改集编号),使用更改集编号将配置更改部署到其他环境,并在需要时根据更改集编号回滚特定配置。我想知道我该怎么做?
我认为可行的一种解决方案是编写一个脚本来从所有配置表中获取所有配置并创建 Json 文件。然后我可以将该文件签入到 tfs 或 github 以维护版本控制并编写另一个脚本以在任何环境中加载该配置文件。