AWS RDS/Aurora Postgres compatibility #103
-
From my experience and research, I cannot find any current way to actually utilize this extension in AWS RDS/Aurora Postgres due to the fact that I cannot actually get full "superuser" rights. Additionally, AWS has a list of "approved" extensions and, of course, pg_documentdb (and _core) are not included. I expected this but was hoping maybe someone found a way around this? https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-extensions.html Selfishly, we were looking to maybe use ferretDB in the future, and wanted to make sure we could use an existing Postgres instance and install the necessary extension to allow this to work. Though, it seems that I might be approaching my problem the wrong way. Anyone have any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You're right, AWS RDS and Aurora PostgreSQL don’t currently support pg_documentdb and _core, and I don't know if there's a workaround for it just yet. To use it with FerretDB, you’d need to run PostgreSQL in an environment where you have full control like on EC2, in Docker, or on a self-managed VM. We’d definitely be interested in learning more about this. Feel free to share, and we can help brainstorm options that might work for your setup. |
Beta Was this translation helpful? Give feedback.
You're right, AWS RDS and Aurora PostgreSQL don’t currently support pg_documentdb and _core, and I don't know if there's a workaround for it just yet. To use it with FerretDB, you’d need to run PostgreSQL in an environment where you have full control like on EC2, in Docker, or on a self-managed VM.
We’d definitely be interested in learning more about this. Feel free to share, and we can help brainstorm options that might work for your setup.
@safern @visridha would love to hear your thoughts as well