From d0bacb75f8b7457b7e4ae92baabe788242f0ae85 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 25 Jul 2016 18:42:02 +0200 Subject: [PATCH] Upgrade the DB to head, not just +1 --- playbooks/manual/upgrade/fmn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/upgrade/fmn.yml b/playbooks/manual/upgrade/fmn.yml index c6fcd3f2bc..8487feb46e 100644 --- a/playbooks/manual/upgrade/fmn.yml +++ b/playbooks/manual/upgrade/fmn.yml @@ -67,7 +67,7 @@ service: name="fedmsg-hub" state=stopped - name: Upgrade the database - command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade +1 + command: /usr/bin/alembic -c /usr/share/fmn.lib/alembic.ini upgrade head args: chdir: /usr/share/fmn.lib/