Can't restore DB
Hello,
I restored my branch a 1st time, it worked fine + it created a new branch_old. However, i would like to revert the restore, and its not working. Plus, the branch_old created is empty.
In the picture you can see the error message.
Thx for your help and have a great day.

8 Replies
other-emerald•2y ago
@adilson I don't believe it is possible to revert a restore at this point in time
absent-sapphireOP•2y ago
So restoring will delete all the previous history ? 😮
I can't go back to a date before my restore action...
absent-sapphireOP•2y ago
Plus i dont understand why the branch_old created is empty. isn't it supposed to include the data before the restore?

other-emerald•2y ago
Was branch_old created before the restore?
absent-sapphireOP•2y ago
nope it is the branch created when i clicked on restore the 1st time (when it worked)
foreign-sapphire•2y ago
Restore does not delete data. It creates a snapshot (the
_old branch) and a new branch with data from the point in time you selected during the restore operation.
The error you're showing states that "no read-write endpoint" exists for the _old branch. The data is there, you just need to add a compute endpoint a shown in the attached image.
foreign-sapphire•2y ago
Go to Branches, select the
_old branch, and you can find this screen 👆
CC @adilson
Neon separates storage (branches) and compute (endpoint). When the _old branch is created, a compute endpoint is not created for it by default 🙂
Hope this helps!absent-sapphireOP•2y ago
Thanks for your help, i will check