]> git.openstreetmap.org Git - chef.git/commitdiff
Upgrade promscale to use Postgres 13
authorTom Hughes <tom@compton.nu>
Wed, 7 Apr 2021 18:23:06 +0000 (19:23 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 7 Apr 2021 18:23:06 +0000 (19:23 +0100)
cookbooks/timescaledb/attributes/default.rb

index 004dda60a3288229ca76f9da8c2ed2f8e5589792..c76fd0872160752534ecca2241bb43b529993d5e 100644 (file)
@@ -1,4 +1,4 @@
-default[:timescaledb][:database_version] = "12"
+default[:timescaledb][:database_version] = "13"
 default[:timescaledb][:max_background_workers] = 8
 
 default[:apt][:sources] |= ["timescaledb"]