Skip to content

Commit

Permalink
[PLAT-14670] Upgrade postgres version
Browse files Browse the repository at this point in the history
Summary: Upgrade postgres version

Test Plan: iTest pipeline

Reviewers: sanketh, amalyshev, anijhawan

Reviewed By: amalyshev

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D36809
  • Loading branch information
Vars-07 committed Aug 1, 2024
1 parent f7579a4 commit e290d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/yba-installer/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func initServices() {
services = make(map[string]common.Component)
installPostgres := viper.GetBool("postgres.install.enabled")
installYbdb := viper.GetBool("ybdb.install.enabled")
services[PostgresServiceName] = NewPostgres("14.11")
services[PostgresServiceName] = NewPostgres("14.12")
// services[YbdbServiceName] = NewYbdb("2.17.2.0")
services[PrometheusServiceName] = NewPrometheus("2.53.1")
services[YbPlatformServiceName] = NewPlatform(ybactl.Version)
Expand Down

0 comments on commit e290d8e

Please sign in to comment.