示例#1
0
def main():
    try:
        upgrade_db('5.0.0')
        move_all_conf_to_central_config_dir()
    except Exception, e:
        traceback.print_exc()
        print 'Error:\n', e
示例#2
0
def main():
    try:
        upgrade_db('5.0.0')
        move_all_conf_to_central_config_dir()
    except Exception, e:
        traceback.print_exc()
        print 'Error:\n', e
示例#3
0
def main():
    try:
        upgrade_db('4.1.0')
    except Exception, e:
        print 'Error:\n', e
示例#4
0
def main():
    try:
        upgrade_db('6.0.0')
    except Exception, e:
        traceback.print_exc()
        print 'Error:\n', e
示例#5
0
def main():
    try:
        upgrade_db("3.1.0")
    except Exception, e:
        print "Error:\n", e
示例#6
0
def main():
    try:
        upgrade_db('2.0.0')
        upgrade_collate()
    except Exception, e:
        print 'Error:\n', e
示例#7
0
def main():
    try:
        upgrade_db('5.1.0')
    except Exception, e:
        traceback.print_exc()
        print 'Error:\n', e
示例#8
0
def main():
    try:
        upgrade_db('3.0.0')
        do_migrate_storage()
    except Exception, e:
        print 'Error:\n', e
示例#9
0
def main():
    try:
        upgrade_db('2.1.0')
        copy_template_library()
    except Exception, e:
        print 'Error:\n', e
示例#10
0
def main():
    try:
        upgrade_db('2.1.0')
        copy_template_library()
    except Exception, e:
        print 'Error:\n', e