Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress backup!

Viewing 6 replies - 1 through 6 (of 6 total)
  • @zaerl

    Participant

    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_prefix global variable.

    @zaerl

    Participant

    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_prefix global variable.

    @alexandanthony

    Member

    Thanks for replying!, I left it like that because I thought of people with multiple installs in one db and the prefixes were different.

    @alexandanthony

    Member

    Thanks for replying!, I left it like that because I thought of people with multiple installs in one db and the prefixes were different.

    @alexandanthony

    Member

    @alexandanthony

    Member
Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar