From 85618f11b74fbc6b394b63ddd9628f58c81d5125 Mon Sep 17 00:00:00 2001 From: Ian Stanton Date: Fri, 2 Aug 2024 12:31:51 -0400 Subject: [PATCH] Revert pganalyze connection to ReadWriteConnection Signed-off-by: Ian Stanton --- tembo-stacks/Cargo.lock | 2 +- tembo-stacks/Cargo.toml | 2 +- tembo-stacks/src/apps/pganalyze.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tembo-stacks/Cargo.lock b/tembo-stacks/Cargo.lock index 60cdd697a..cf580533a 100644 --- a/tembo-stacks/Cargo.lock +++ b/tembo-stacks/Cargo.lock @@ -2471,7 +2471,7 @@ dependencies = [ [[package]] name = "tembo-stacks" -version = "0.11.6" +version = "0.11.7" dependencies = [ "anyhow", "clap", diff --git a/tembo-stacks/Cargo.toml b/tembo-stacks/Cargo.toml index f69fcdda9..7944775ee 100644 --- a/tembo-stacks/Cargo.toml +++ b/tembo-stacks/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tembo-stacks" description = "Tembo Stacks for Postgres" -version = "0.11.6" +version = "0.11.7" authors = ["tembo.io"] edition = "2021" license = "Apache-2.0" diff --git a/tembo-stacks/src/apps/pganalyze.yaml b/tembo-stacks/src/apps/pganalyze.yaml index 23a4391fa..d2c4c92cc 100644 --- a/tembo-stacks/src/apps/pganalyze.yaml +++ b/tembo-stacks/src/apps/pganalyze.yaml @@ -4,7 +4,7 @@ appServices: name: pganalyze env: - name: DB_URL - valueFromPlatform: ReadOnlyConnection + valueFromPlatform: ReadWriteConnection - name: DB_NAME value: "postgres, *" - name: PGA_API_SYSTEM_TYPE