File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,6 @@ psql -U puppetdb puppetdb -c 'select max(version) from schema_migrations;' \
6969 > " $tmpdir /out"
7070cat " $tmpdir /out"
7171# This must be updated every time we add a new migration
72- grep -qE ' 75 $' " $tmpdir /out"
72+ grep -qE ' 76 $' " $tmpdir /out"
7373
7474test ! -e " $PDBBOX " /var/mq-migrated
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ chown "$pg_user:$pg_user" "$tmp_dir"
8787
8888# Verify that the PuppetDB schema version it the expected value
8989# so that we do not incorrectly delete the report data.
90- expected_schema_ver=75
90+ expected_schema_ver=76
9191su - " $pg_user " -s /bin/sh -c " $psql_cmd -p $pg_port -d $pdb_db_name -c 'COPY ( SELECT max(version) FROM schema_migrations ) TO STDOUT;' > $tmp_dir /schema_ver"
9292actual_schema_ver=" $( cat " $tmp_dir /schema_ver" ) "
9393if test " $actual_schema_ver " -ne $expected_schema_ver ; then
You can’t perform that action at this time.
0 commit comments