Info
- 4 posts
- 2 voices
- Started 1 year ago by aion4217
- Latest reply from Alex and Anthony
- This topic is not resolved
bbPress backup!
-
- Posted 1 year ago #
I still can't figure out how to get to the add plugin form, so here's my new plugin.
It's called Alex bbPress Backup, it makes an SQL backup of your bbPress database and allows you to copy and save it.it can be downloaded at http://anthonyzb.users.sourceforge.net/?page_id=31
-
- Posted 1 year ago #
Hi Alex,
at line 21 you use: SHOW TABLES FROM db_name in order to retrieve bbPress tables. This is a wrong approach cause you assume that in the database there are only bbPress tables which is not guaranteed.
You should only backup the tables with the bbPress prefix. Check the
$bb_table_prefixglobal variable. -
- Posted 1 year ago #
Thanks for replying!, I left it like that because I thought of people with multiple installs in one db and the prefixes were different.
-
- Posted 10 months ago #
-
You must log in to post.