diff --git a/roles/installer/tasks/upgrade_postgres.yml b/roles/installer/tasks/upgrade_postgres.yml index 5c9afc86..7554769e 100644 --- a/roles/installer/tasks/upgrade_postgres.yml +++ b/roles/installer/tasks/upgrade_postgres.yml @@ -101,7 +101,7 @@ } keepalive_file=\"$(mktemp)\" while [[ -f \"$keepalive_file\" ]]; do - echo 'Migrating data to new PostgreSQL {{ supported_postgres_version }} Database...' + echo 'Migrating data to new PostgreSQL {{ supported_pg_version }} Database...' sleep 60 done & keepalive_pid=$!