Don making sure GD posts preserved; "fully supports" L19!
- HermanHiddema
- Gosei
- Posts: 2011
- Joined: Tue Apr 20, 2010 10:08 am
- Rank: Dutch 4D
- GD Posts: 645
- Universal go server handle: herminator
- Location: Groningen, NL
- Has thanked: 202 times
- Been thanked: 1086 times
Re: Don making sure GD posts preserved; "fully supports" L19
Any updates on this?
Can someone at the very least publish the raw database dump?
Can someone at the very least publish the raw database dump?
- Jordus
- Site Admin
- Posts: 1125
- Joined: Fri Dec 04, 2009 6:06 pm
- Rank: KGS 9k
- GD Posts: 0
- Universal go server handle: Jordus
- Location: Allegan, MI, USA
- Has thanked: 16 times
- Been thanked: 116 times
- Contact:
Re: Don making sure GD posts preserved; "fully supports" L19
SpongeBob wrote:Out of curiosity: How can the database be corrupt? Software error in VBulletin software? Hardware problem with database server?
It is a known issue with the vbulletin software.
HermanHiddema wrote:Any updates on this?
Can someone at the very least publish the raw database dump?
If you think you might be able to extract the info then pm me for the link to download it.
I'm thinking...
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Don making sure GD posts preserved; "fully supports" L19
Either the datadump is incomplete, or some data has been lost due to corruption? Or are some of these count mismatches due to deleted posts or something similar?
for u in user_id.list; do mysql -e "select count(*) from vb_post where userid = "$u";"; done
*GoDiscussions post counts as of today
http://www.godiscussions.com/forum/memb ... osts&pp=30
for u in user_id.list; do mysql -e "select count(*) from vb_post where userid = "$u";"; done
Code: Select all
userid gd * db
posts count
---------------------
129 3513 3464
221 3005 3008
156 2845 2791
2111 2705 2560
241 2587 2498
155 2428 2435
119 2308 2315
105 2173 2169
670 2067 2044
162 1708 1668*GoDiscussions post counts as of today
http://www.godiscussions.com/forum/memb ... osts&pp=30
- flOvermind
- Lives with ko
- Posts: 295
- Joined: Wed Apr 21, 2010 3:19 am
- Rank: EGF 4 kyu
- GD Posts: 627
- Location: Linz, Austria
- Has thanked: 21 times
- Been thanked: 43 times
Re: Don making sure GD posts preserved; "fully supports" L19
In IPBoard this mismatch would be normal. The "post count" column in the user table increases whenever a post is made, but it never decreases, even when posts are deleted. This can for example be seen as a mismatch between the post count in the user list and the post count on the user profile page.
I wouldn't be surprised when there is a similar thing going on in vBulletin.
I wouldn't be surprised when there is a similar thing going on in vBulletin.
- jts
- Oza
- Posts: 2662
- Joined: Sat Sep 18, 2010 4:17 pm
- Rank: kgs 6k
- GD Posts: 0
- Has thanked: 310 times
- Been thanked: 632 times
Re: Don making sure GD posts preserved; "fully supports" L19
Huh. But some people have a higher number in the left column and some have a higher number in the right column.
- flOvermind
- Lives with ko
- Posts: 295
- Joined: Wed Apr 21, 2010 3:19 am
- Rank: EGF 4 kyu
- GD Posts: 627
- Location: Linz, Austria
- Has thanked: 21 times
- Been thanked: 43 times
Re: Don making sure GD posts preserved; "fully supports" L19
Yes, I see the same on my IPBoard forum. And I have no idea how that can ever happen...
Re: Don making sure GD posts preserved; "fully supports" L19
I don't know whats happened but if I saw in when in MYSQL, I am sure I will be fix it 
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Don making sure GD posts preserved; "fully supports" L19
Lictor wrote:I don't know whats happened but if I saw in when in MYSQL, I am sure I will be fix it
the mysql dump was corrupted and incomplete
- Bantari
- Gosei
- Posts: 1639
- Joined: Sun Dec 06, 2009 6:34 pm
- GD Posts: 0
- Universal go server handle: Bantari
- Location: Ponte Vedra
- Has thanked: 642 times
- Been thanked: 490 times
Re: Don making sure GD posts preserved; "fully supports" L19
flOvermind wrote:Yes, I see the same on my IPBoard forum. And I have no idea how that can ever happen...
Some people have drafts saved which never got published?
- Bantari
______________________________________________
WARNING: This post might contain Opinions!!
______________________________________________
WARNING: This post might contain Opinions!!
Re: Don making sure GD posts preserved; "fully supports" L19
xed_over wrote:Lictor wrote:I don't know whats happened but if I saw in when in MYSQL, I am sure I will be fix it
the mysql dump was corrupted and incomplete
It seems a backup failure. MYSQL have many different functions for proper backup for different CMS softwares.
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Don making sure GD posts preserved; "fully supports" L19
Lictor wrote:xed_over wrote:Lictor wrote:I don't know whats happened but if I saw in when in MYSQL, I am sure I will be fix it
the mysql dump was corrupted and incomplete
It seems a backup failure. MYSQL have many different functions for proper backup for different CMS softwares.
either that, or the database itself became corrupted during use, and the latest backup successfully replaced a good previous backup with the now corrupted backup, and no one noticed or saved any previously good backups.
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Don making sure GD posts preserved; "fully supports" L19
Lictor wrote:I don't know whats happened but if I saw in when in MYSQL, I am sure I will be fix it
yeah, I thought the very same thing myself.
but when I finally did see it.. its beyond repair. almost half the tables are missing.
Re: Don making sure GD posts preserved; "fully supports" L19
xed_over wrote:Lictor wrote:I don't know whats happened but if I saw in when in MYSQL, I am sure I will be fix it
yeah, I thought the very same thing myself.
but when I finally did see it.. its beyond repair. almost half the tables are missing.
It's still depends on which tables are missing. If not specific ones still could be repairable from a vanilla setup. (With combine missing tables)
-
jug
- Dies with sente
- Posts: 75
- Joined: Sun Oct 20, 2013 5:37 am
- Rank: EGF 5k
- GD Posts: 0
- KGS: jug
- DGS: jug, 4k
- Has thanked: 7 times
- Been thanked: 18 times
Re: Don making sure GD posts preserved; "fully supports" L19
Jordus wrote:HermanHiddema wrote:Can someone at the very least publish the raw database dump?
If you think you might be able to extract the info then pm me for the link to download it.
I'm interested in the old GoDiscussion-forums. Can someone send me a link to the data of the old GoDiscussion-forums, where I can download the db-dump please?
(Have contacted Jordus 5 days ago but without any response yet).
-
xed_over
- Oza
- Posts: 2264
- Joined: Mon Apr 19, 2010 11:51 am
- Has thanked: 1179 times
- Been thanked: 553 times
Re: Don making sure GD posts preserved; "fully supports" L19
there is no link to the dump.
I have a copy. Its incomplete. about half of the tables are missing.
I have a copy. Its incomplete. about half of the tables are missing.