misc/migration/3.4.0_common.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 23 Sep 2009 09:54:01 +0200
changeset 3395 405f393bcac0
parent 2489 37a747ad6fd4
child 8798 cdab3aadc679
permissions -rw-r--r--
[migration] fix bootstrap migration of 3.5 : need to support old-style and new-style hooks to migrate from 3.4 to 3.6

from os.path import join
from cubicweb.toolsutils import create_dir

option_renamed('pyro-application-id', 'pyro-instance-id')

create_dir(join(config.appdatahome, 'backup'))