command/chdir seems to be broken.
This commit is contained in:
parent
988bb1ca2d
commit
90e82f4737
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
||||||
service: name="fedmsg-hub" state=stopped
|
service: name="fedmsg-hub" state=stopped
|
||||||
|
|
||||||
- name: Upgrade the database
|
- name: Upgrade the database
|
||||||
command: /usr/bin/alembic upgrade head
|
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade head
|
||||||
args:
|
args:
|
||||||
chdir: /usr/share/fmn.lib/
|
chdir: /usr/share/fmn.lib/
|
||||||
async: 20000
|
async: 20000
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[alembic]
|
[alembic]
|
||||||
# path to migration scripts
|
# path to migration scripts
|
||||||
script_location = alembic
|
script_location = /usr/share/fmn.lib/alembic/
|
||||||
|
|
||||||
# template used to generate migration files
|
# template used to generate migration files
|
||||||
# file_template = %%(rev)s_%%(slug)s
|
# file_template = %%(rev)s_%%(slug)s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue