Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Vanilla database backup: which tables are safe to ignore?

edited November 2011 in Vanilla 2.0 - 2.8
When backing up the database, I guess it's safe to only store the table structure for the following tables:
- GDN_UserAuthenticationToken
- GDN_Session

And if you don't care about statistics and logs, you can also ignore all rows from these tables:
- GDN_AnalyticsLocal
- GDN_Log

Is that right?

Best Answer

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    Answer ✓
    That looks like a good analysis to me.

    You can probably also ignore GDN_Activity if you don't care about activities sticking around for ever. Activities are quite transitive in nature.

Answers

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    Answer ✓
    That looks like a good analysis to me.

    You can probably also ignore GDN_Activity if you don't care about activities sticking around for ever. Activities are quite transitive in nature.
Sign In or Register to comment.