Hello all,
I'm backing up my database monthly.
Now, I'm wondering how can I restore one project that I've deleted accidentally.
(My monthly backup contains all the projects, but I want to restore only one project from that back up)
Any hint ?
Restore a backed project
Moderators: Developer, Contributor
Re: Restore a backed project
I didn't try myself, use at your own risk:
Backup your production database.
Import our database backup into your production database, use mysqlimport --ignore to skip existing unique key values
Check if all is running.
Your attachments are lost if you store your attachments on disk and there is no backup of the filessytem.
Hope that helps, good luck.
Backup your production database.
Import our database backup into your production database, use mysqlimport --ignore to skip existing unique key values
Check if all is running.
Your attachments are lost if you store your attachments on disk and there is no backup of the filessytem.
Hope that helps, good luck.
-
Gleedaniel13
- Posts: 1
- Joined: 01 Sep 2013, 14:32
- Contact:
Re: Restore a backed project
For my idea, I think you can use your back up by searching there what you have been lost then select that one to restore.Hello all,
I'm backing up my database monthly.
Now, I'm wondering how can I restore one project that I've deleted accidentally.
(My monthly backup contains all the projects, but I want to restore only one project from that back up)
Any hint ?