Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
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 Staff
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.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.