Home > Software design >  How to run Supabase on AWS?
How to run Supabase on AWS?

Time:01-15

I'm looking for any tutorial or how to guide on deploying Self Hosted Supabase with AWS. Trying to use the Postgres RDS but it doesn't have pgjwt plugin and we can't install it on manage service like RDS. Any link will be very helpful, thank you

CodePudding user response:

You could run your own customized PosgreSQL database on EC2 instance. There are a decent number of guides available on the net, see for example this article. Don't forget to install etxtra modules (including pgjwt) if they are not included in the PostgreSQL distribution package you used.

  •  Tags:  
  • Related