dsifry
dsifry
WWasp-lang
Created by dsifry on 7/27/2023 in #đŸ™‹questions
Using Wasp with AWS RDS Postgresql?
if that's the case, I have a working DATABASE_URL - but it appears that when I run wasp db migrate-dev from the web server, it fails. Am I doing the database migration from the wrong machine? I thought I would do it from the web server where the node.js server is running, as it then connects to the database via the URL in DATABASE_URL. Am I misreading how it works?
17 replies
WWasp-lang
Created by dsifry on 7/27/2023 in #đŸ™‹questions
Using Wasp with AWS RDS Postgresql?
How do I do that? I assume its somewhere in .wasp/out ?
17 replies
WWasp-lang
Created by dsifry on 7/27/2023 in #đŸ™‹questions
Using Wasp with AWS RDS Postgresql?
It appears, however, that when I'm trying to run the wasp app on my web server, it isn't using the .env-server file. Is that correct? Sorry for the newbie prisma questions!
17 replies
WWasp-lang
Created by dsifry on 7/27/2023 in #đŸ™‹questions
Using Wasp with AWS RDS Postgresql?
I'm hosting it on an AWS RDS box running Postgresql, so I'm not using a provider like Heroku or Fly.io. The DATABASE_URL I have specified runs fine and connects to the correct database machine when I run it from the command line on my web server using psql .
17 replies