She growls?! You made her so she growls?!

Buffy ,'Get It Done'


Buffistas Building a Better Board ++

Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.


Gudanov - Jul 20, 2018 4:59:21 pm PDT #4131 of 4669
Coding and Sleeping

Yes. You'll have your original user id number. If you have multiple accounts with the same e-mail address only one will remain though as the new site doesn't allow duplicate e-mail addresses.


Beverly - Jul 20, 2018 10:12:54 pm PDT #4132 of 4669
Days shrink and grow cold, sunlight through leaves is my song. Winter is long.

Oh good! Thanks, Gud!


Laura - Jul 22, 2018 6:58:56 am PDT #4133 of 4669
Our wings are not tired.

Beverly asked the questions I had! Also, delighted to stay sweet 16.

Things should quiet down for me shortly and I'll be able to test and participate more. Thank you again, Gud! Your efforts are very much appreciated. Brendon will test the new user function when that is an option!


Gudanov - Jul 28, 2018 5:22:51 am PDT #4134 of 4669
Coding and Sleeping

As usual, I haven't had a lot of time, but I've migrated users and thread metadata successfully and I'm attempting to migrate 1.8 million posts right now. It's been a slow process since I've had make a bunch of fixes to get things to migrate, but so far this migrate run is looking good. If it works, I'll update the beta site.

This won't be the last step. I'll still need to migrate bookmarks, blocked users, and thread subscriptions. But it will let people test out things w/ migrated content (albeit about a month old).


Tom Scola - Jul 28, 2018 2:16:15 pm PDT #4135 of 4669
Mr. Scola’s wardrobe by Botany 500

I hope my script was helpful.


Gudanov - Jul 28, 2018 2:37:05 pm PDT #4136 of 4669
Coding and Sleeping

It was. Thanks.


Gudanov - Jul 29, 2018 8:29:59 am PDT #4137 of 4669
Coding and Sleeping

Beta site is going to be offline for awhile. Trying out thread migration.


Gudanov - Jul 29, 2018 5:38:18 pm PDT #4138 of 4669
Coding and Sleeping

Beta site it back. It feels a lot more real populated with a bunch of data.

Some caveats: Migration is not finished, so this is just testing stuff out. Current positions in threads, subscriptions, bookmarks, and blocked users are not migrated at this stage. The database was reset so if you already had an account on the beta site it was deleted. Since user data is migrated, you can log in with your regular buffista login but you will immediately be required to reset your account in order to have a secure password hash. (You don't need to reset with a different password, but the site can't just migrate password hashes so the process needs to be manual even if the password doesn't change). The site is at beta.buffistas.com


Tom Scola - Jul 30, 2018 3:33:59 am PDT #4139 of 4669
Mr. Scola’s wardrobe by Botany 500

Taking a quick look, I was able to log in successfully.

You didn't use the part in my code where it tries to determine if a text field is UTF-8 or CP-1252, at least for usernames. So, for example, ita's username is "§ ita §".

You also didn't use the part where it attempts to translate internal links from "showthread.php?..." to "/read/...", like here.

Also, any link inside a post that was manually coded by the user as "<a href=" is screwed up, like here.

Inline links are displayed as [link] over here, which I liked a lot, but it isn't done over there.

Also, I see the name of the Sang Sacré thread is wrong.


Gudanov - Jul 30, 2018 3:51:29 am PDT #4140 of 4669
Coding and Sleeping

Thanks for checking it out.

Yeah, there are a number of bugs to fix and there are some more parts of the perl script I need to translate over to my ruby migration script. I totally overlooked a couple of things I probably should have tried to get into this test.

Overall, I feel pretty good about this first test. It didn't take very long to go from the b.org database to the beta database. The tricky part is that the generated seed file was too bit to load in one go on the VM so I broke it up into 265 seed files and ran them sequentially.

I'm hoping that having a bunch of content on the beta board now will make trying it out easier. Registering as a brand new user is also perfectly functional.