Can I access a Neon DB that was made by Replit? I want to use the instant restore feature
Replit's agent is telling me that it cannot use the instant restore feature because it does not have a Neon API key available to it. I'm waiting for Replit's support but in the meantime all of the content on my site is missing because the database got wiped (by Replit). Is there anyway for me to sign up to Neon directly and access the neon db, given that I have the app secrets that replit uses to connect to neon?
Thanks!
1 Reply
stormy-gold•5mo ago
That database would be created in a Replit-managed account, so you would not be able to sign up for Neon and connect to it from the Neon console.
You could use your crentials to access the database via psql, but you would not be able to use Neon's restore feature via that route, unfortunately.