Better to do these in pieces than all at once.
This commit is contained in:
parent
555b31d8a1
commit
31eaae25ba
1 changed files with 9 additions and 1 deletions
|
@ -67,7 +67,15 @@
|
|||
service: name="fedmsg-hub" state=stopped
|
||||
|
||||
- name: Upgrade the database
|
||||
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade head
|
||||
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade +1
|
||||
args:
|
||||
chdir: /usr/share/fmn.lib/
|
||||
- name: Upgrade the database
|
||||
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade +1
|
||||
args:
|
||||
chdir: /usr/share/fmn.lib/
|
||||
- name: Upgrade the database
|
||||
command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade +1
|
||||
args:
|
||||
chdir: /usr/share/fmn.lib/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue