Browse Source

Improve reported version

Maurits van der Schee 4 years ago
parent
commit
643b7ad6f0
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      README.md
  2. 1
    1
      docker/ubuntu20/run.sh

+ 1
- 1
README.md View File

@@ -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
     ------------------------------------------------

+ 1
- 1
docker/ubuntu20/run.sh View File

@@ -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

Loading…
Cancel
Save