summaryrefslogtreecommitdiff
path: root/scripts/skytools_upgrade.py
AgeCommit message (Collapse)Author
2013-01-25skytools_upgrae: make force option work properlyTarvi Pillessaar
2013-01-23skytools_upgrade: add force optionTarvi Pillessaar
2012-07-26scripts/skytools_upgrade.py: added "dry run" option and updated manual pagemartinko
--not-really:: Don't actually do anything.
2012-05-17skytools_upgrade: fix special casesMarko Kreen
2012-05-15skytools_upgrade: show old version before upgradeMarko Kreen
2011-11-29sql upgrade cleanupMarko Kreen
- use 'structure/upgrade.sql' to generate X.upgrade.sql - add pgq_ext to upgraded schemas - move non-standard upgrade scripts to extra/ - setup_skytools: build sql files in 'build' target, not always - pgq_ext.version: bump ver to 3.0.0.1
2011-11-29skytools_upgrade: if schema too old, stop touching itMarko Kreen
2011-11-25skytools_upgrade: support 3.0-upgrades, walk databasesMarko Kreen
2009-11-04skytools_upgrade: add missing importMarko Kreen
2009-06-07pkgloader module to be able to coexist with 2.xMarko Kreen
Use scheme that pygtk uses to support parallel installations: import pkgloader pkgloader.require('skytools', '3.0') import skytools This will allow keeping old module installed by default and new version is used only by request.
2009-06-01python scripts: Move template config to docstring.Asko Oja
* Template config is now in docstring to make to more easy to keep up-to-date. * dbscript: --ini option to show template config.
2009-02-13scripts/ update, mostly from 2.1-stableMarko Kreen
Some docsrting updates also. Dispatchers have not upgraded for cascading yet.
2008-02-28include upgrade script from -stableMarko Kreen