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.
Vanilla database backup: which tables are safe to ignore?
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?
- 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?
0
Best Answer
-
Todd Vanilla StaffThat 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.1
Answers
You can probably also ignore GDN_Activity if you don't care about activities sticking around for ever. Activities are quite transitive in nature.