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
|
||||
|
||||
- name: Upgrade the database
|
||||
command: /usr/bin/alembic upgrade head
|
||||
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade head
|
||||
args:
|
||||
chdir: /usr/share/fmn.lib/
|
||||
async: 20000
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[alembic]
|
||||
# path to migration scripts
|
||||
script_location = alembic
|
||||
script_location = /usr/share/fmn.lib/alembic/
|
||||
|
||||
# template used to generate migration files
|
||||
# file_template = %%(rev)s_%%(slug)s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue