summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2022-01-05 17:44:11 -0500
committerBruno Sakoto <bruno.sakoto@bell.ca>2022-01-13 09:54:41 -0500
commited024de082a1048a94261dbbfa1f4a56180faf25 (patch)
tree824f9a19d0a0ab1dd5554e1833296df7c867513c /README.md
parentfc0ec237b82e0e80685de45c8db5741638e031d7 (diff)
Upgrade timescaledb
Timescaledb is upgraded to 2.5.1-pg14 to have postgres 14.1 Issue-ID: CPS-842 Change-Id: I65f2f090c0ff7346c28bf89f6bac3d5697ec1768 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf2210f..b9aded5 100755
--- a/README.md
+++ b/README.md
@@ -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.