Skip to content

AWS Aurora Support #28

Answered by lukoktonos
timkendall asked this question in Q&A
Dec 8, 2022 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Hi @timkendall, thanks for starting the discussion here and even doing the initial debugging work to pinpoint the issue with SHOW server_version_num!

We determined the root cause of this was that for PostgreSQL versions below 14, we run some SQL commands that turn the connection into a "replication connection", which Aurora has configured to not allow SHOW statements. ddl_replication.sql.

I moved this query to before the ddl setup in this commit, which allows ReadySet to spin up on RDS Aurora using Postgres 13.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@timkendall
Comment options

@jbensal
Comment options

@timkendall
Comment options

Comment options

You must be logged in to vote
1 reply
@timkendall
Comment options

Answer selected by lukoktonos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants