Skip to content

Commit

Permalink
Revert pganalyze connection to ReadWriteConnection (#895)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton authored Aug 2, 2024
1 parent fcee783 commit 6250002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tembo-stacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tembo-stacks/src/apps/pganalyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6250002

Please sign in to comment.