Skip to content

Commit 4db8b06

Browse files
committed
Fix typo from commit 4ab3193 with Postgres 9.4 persistent store directory
1 parent 5411ada commit 4db8b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/postgres/templates/pre-start.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ USER='<%= p("postgres.user") %>'
1414

1515
sysctl -w "kernel.shmmax=67108864"
1616

17-
if [[ -d /var/vcap/store/postgres-9 ]]; then
18-
echo "Please use a previous bosh release version (271.x or lower) to migrate data from postgres-9 to postgres-10."
17+
if [[ -d /var/vcap/store/postgres-9.4 ]]; then
18+
echo "Please use a previous bosh release version (271.x or lower) to migrate data from postgres-9.4 to postgres-10."
1919
exit 1
2020
fi
2121

0 commit comments

Comments
 (0)