By Ilya Semivrazhnov on Tuesday, 20 October 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 889
Votes 0
Hello

it's me again I got problem, I got code error, in website not in easyblog, but backup we have is like week old and after days admin wants to restore to that date but our team post lot of articles in that week. I need to know how can I save those post? can I just backup easyblog somehow than restore it with all post? or maybe there is folder wear is all post are? basically what we need is to restore website to week back but to keep all post...

Thank you
Ilya
Hey Ilya,

It would be best if you can backup all of your Easyblog table from your database e.g. #__easyblog_xxx , because when you publish a new post in your Easyblog site, it will store the data in the few of Easyblog table.

After you restored back your website, then check on your database Easyblog table is it the latest post data is it still exist, you can check on this table `#__easyblog_post` first. If no, you can import back the latest data into your database.

Hope this help.
·
Tuesday, 20 October 2015 09:37
·
0 Likes
·
0 Votes
·
0 Comments
·
ok but how can I back up all easyblog? I have site/administrator/components/com_easyblog/ or site/components/com_easyblog/ or it's other place?
·
Tuesday, 20 October 2015 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

These are folders that you need to backup:
site/administrator/components/com_easyblog/
site/components/com_easyblog/
site/media/com_easyblog

But this is not needed if you just want to backup the database. As what Arlex mentioned earlier, you have to backup all your EasyBlog Tables in your database. All the tables with #__easyblog_ in front.
·
Tuesday, 20 October 2015 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post