PRPC 7.1.6 How to isolate schema changes from an existing archive?
Hi,
I am working on automated deployment process and want to perform pre-deploymet schema check. I want to get separate sql file from an existing archive/product zip file by comparing the target environment DB from source environmet.
If schema changes are needed then only, generate the sql file.
Please let me know if there is any way to do that.
Hi Anjalip5, :)
There are later versions of Pega that the commandline tools (prpcUtils and prpcServiceUtils) will have a generateddl request that will do a comparison from the RAP and the target to see what changes would be needed and emit a sql script. This is similar to what happens in upgrades/updates. This is what I think you are looking for.