N
Neon2y ago
fair-rose

Possible to restore a deleted database?

Hello, Is it possible to restore database once deleted through console?
5 Replies
rare-sapphire
rare-sapphire2y ago
Did you delete a logical database inside your project, or did you delete the entire project itself? If you deleted a logical database, you can use our Restore feature to return your database branch to a previous state. If you don't want to return the entire database to previous state, you can create a new branch (https://neon.tech/docs/manage/branches#create-a-branch) at a point within your project's history (https://neon.tech/docs/reference/glossary#history) and use tools such as pg_dump to retrieve the deleted database. If you deleted the project you might be out of luck.
Neon
Glossary - Neon Docs
Access token See Token. Active hours A usage metric that tracks the amount of time a compute is active, rather than idle when suspended due to inactivity. The time that your compute is idle is not cou...
Neon
Manage branches - Neon Docs
Data resides in a branch. Each Neon project is created with a root branch called main, which is also designated as your primary branch. You can create child branches from main or from previously creat...
conscious-sapphire
conscious-sapphire2y ago
I see the data getting restored through connection string but the pg_dump is not giving the data @ShinyPokemon ALso facing "project already has running operations, scheduling of new ones is prohibited" for creating computes
rare-sapphire
rare-sapphire17mo ago
I see the data getting restored through connection string
Sorry, I don't understand what this means. Can you explain a little more? This can happen if you delete and create endpoints quickly. It should resolve itself after a minute
conscious-sapphire
conscious-sapphire17mo ago
its been more than a hour or 2
rare-sapphire
rare-sapphire17mo ago
@Tanish sorry about that. Are you a paying user? If so you can open a support case. Double check that you haven't maxed out your branches/compute time if your on the free-tier

Did you find this page helpful?