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.
Update to RC2 from Bonk'd site
My site bonk'd because of a change on the host machine which I don't yet completely understand. After backing up all files and the DB I reinstalled Vanilla 2 RC2 from scratch; recreating the tables in the DB from the Vanilla 2 installer script.
Can I simply repopulate the DB tables with user and discussion content from my previous install or are there significant differences in the RC2 DB structure? Any insight will help.
Can I simply repopulate the DB tables with user and discussion content from my previous install or are there significant differences in the RC2 DB structure? Any insight will help.
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
Here is the new GDN_Discussion table:
`DiscussionID`
`CategoryID`
`InsertUserID`
`UpdateUserID`
`FirstCommentID` <-- Removed in current DB structure
`LastCommentID`
`Name`
`Body` <-- Added to current DB structure
`Format` <-- Added to current DB structure
`CountComments`
`Closed`
`Announce`
`Sink`
`DateInserted`
`DateUpdated`
`DateLastComment`
`LastCommentUserID` <-- Added to current DB structure
`Score` <-- Added to current DB structure but not causing any update problems.
`Attributes`
Looks like I should be able to pull the Body and Format data from the old GDN_Comment table and drop it into the new GDN_Discussion table. My PHP/MySQL is really rusty so it will take me some time. I'll let you know how it goes.
@bobtheman, that's what I'm trying to do. The DB structure changed and I got an error when importing. Hence this thread.
I'm managing my DB with PHPMySQL. Works great for backups. Works great for restoring so long as the DB structure doesn't change
Any insight into what might be happening? As I stated above, the RC DB Discussion and Conversation structure is different than previous versions. I would expect the setup/install script to make the proper updates to the DB.
Next I'd check your role permissions to be sure that they have access to view & post to those categories.