Reputation: 714
I have a module in production that I would like to upgrade with out losing any data. I can't find any documentation on how to write an upgrade package though. My change involves upgrading my table.
Upvotes: 0
Views: 552
Reputation: 8943
That depends on how you originally developed the module.
If you by chance used my module templates, it is super easy.
If not, you'll have to do all the above steps, but step #5 would be where you have to manually package the module into a ZIP file.
Upvotes: 1