Upgrade timescaledb
[cps/cps-temporal.git] / README.md
index 0a9adfa..b9aded5 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ mvn clean install
 Following command builds the JAR file and also generates the Docker image:
 
 ```bash
-mvn clean install -Pcps-temporal-docker -Ddocker.repository.push=
+mvn clean install -Pdocker -Ddocker.repository.push=
 ```
 
 ## Running via Docker Compose
@@ -55,9 +55,9 @@ docker-compose up
 Then, use `kafkacat` tool to produce a data updated event into the Kafka topic:
 
 ```bash
-docker run -i --rm --network=host edenhill/kafkacat:1.6.0 -b localhost:19092 -t cps.cfg-state-events -D/ -P <<EOF
+docker run -i --rm --network=host edenhill/kafkacat:1.6.0 -b localhost:19092 -t cps.data-updated-events -D/ -P <<EOF
 {
-    "schema": "urn:cps:org.onap.cps:data-updated-event-schema:1.1.0-SNAPSHOT",
+    "schema": "urn:cps:org.onap.cps:data-updated-event-schema:v1",
     "id": "38aa6cc6-264d-4ede-b534-18f5c1f403ea",
     "source": "urn:cps:org.onap.cps",
     "type": "org.onap.cps.data-updated-event",
@@ -93,7 +93,7 @@ docker run --name postgres-cps-temporal -p 5433:5432 -d \
   -e POSTGRES_DB=cpstemporaldb \
   -e POSTGRES_USER=cpstemporal \
   -e POSTGRES_PASSWORD=cpstemporal \
-  timescale/timescaledb:2.1.1-pg13
+  timescale/timescaledb:2.5.1-pg14
 ```
 
 [Liquibase](https://www.liquibase.org/) is used to manage database schema changes and versions.