Hallo all,
In a case where needing to upgrate my code, I want to make an upgrade script (not only one sql, but a whole tcl script), which I want to run only once where do I put that file (in which directory) and how do I ensure that it runs in each other instance of my code?
I know how to do that for sql scripts, but for tcl scripts, I dont' know if there is a standarised way to move forward.
The after-upgrade callback. Try to grep around the code for apm_upgrade_logic and any package that has an after-upgrade callback defined in its info file. acs-authentication comes into mind.