File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1215,7 +1215,7 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
1215
1215
Ubuntu 20.04 (PHP 7.3)
1216
1216
================================================
1217
1217
[1/4] Starting MySQL 8.0 ........ done
1218
- [2/4] Starting PostgreSQL 12 .. .. done
1218
+ [2/4] Starting PostgreSQL 12.2 .. done
1219
1219
[3/4] Starting SQLServer 2017 ... skipped
1220
1220
[4/4] Cloning PHP-CRUD-API v2 ... skipped
1221
1221
------------------------------------------------
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ FLUSH PRIVILEGES;
21
21
EOF
22
22
echo " done"
23
23
24
- echo -n " [2/4] Starting PostgreSQL 12 .. .. "
24
+ echo -n " [2/4] Starting PostgreSQL 12.2 .. "
25
25
# ensure statistics can be written
26
26
mkdir /var/run/postgresql/10-main.pg_stat_tmp/ && chmod 777 /var/run/postgresql/10-main.pg_stat_tmp/
27
27
# run postgres server
You can’t perform that action at this time.
0 commit comments