| create/distribute upgrade package [message #311455] |
Fri, 04 April 2008 09:35  |
SueC Messages: 4 Registered: March 2008 Location: Baltimore, MD |
Junior Member |
|
|
Hi, could someone recommend a way to bundle my schema patch scripts and distribute to customers for database upgrades. I am considering a batch file that will execute scripts in version order but I was wondering what else people are doing to accomplish this.
Any ideas would be appreciated,
Sue
|
|
|
|
|
| Re: create/distribute upgrade package [message #311542 is a reply to message #311518 ] |
Fri, 04 April 2008 13:16   |
Frank Messages: 5756 Registered: April 2002 Location: NL |
Senior Member |
|
|
|
Make sure your scripts are rerunnable. It won't be the first time data gets corrupted because an installation script was run twice, or aborted in the middle of a transaction.
|
|
|
| Re: create/distribute upgrade package [message #311543 is a reply to message #311542 ] |
Fri, 04 April 2008 13:25  |
SueC Messages: 4 Registered: March 2008 Location: Baltimore, MD |
Junior Member |
|
|
yes, rerun and testing is alway considered.
thanks
|
|
|