Re: What happed with the old godot forum ?
Posted: Fri Jul 21, 2023 3:44 pm
That's probably because it's being migrated to a different server.403 Forbidden
Community forum for users, developers, and enthusiasts of the Godot Engine
https://stayathomedev.com/godotforums/
That's probably because it's being migrated to a different server.403 Forbidden
How long does this migration usually last and what is the chance of success?DaveTheCoder wrote: ↑Fri Jul 21, 2023 3:44 pm That's probably because it's being migrated to a different server.
If I knew the software used, I could better gauge. Some software has builtin migration, while others may take more manual efforts (like manually updating URLs in the DB). There shouldn't be an issue in moving it though.megalomaniak wrote: ↑Sat Jul 22, 2023 1:15 pm Database size and server performance. Big Database, maybe slower server. But also configuration issues might result in the error numbers. Could also be that the domain hasn't been transferred yet.
Flarum. Previously vanilla, simple machines before that, and unless I'm forgetting one from in between, openproject back when it was hosted on godotengine.org. Database might be a bit of a mess with all the migrations over the years. Also I don't think anything remains of the posts from openproject days.
The raw database includes information that shouldn't be public, such as member email addresses and passwords, private messages, and posts that were moved out of public view because of inappropriate content.Since it's being moved, as others have said...having that DB available to others in the community would be a good idea as a protection for the data.
Very true. You could grab the post table and work with that alone but I see your point in how tricky that can be.DaveTheCoder wrote: ↑Sun Jul 23, 2023 5:10 pmThe raw database includes information that shouldn't be public, such as member email addresses and passwords, private messages, and posts that were moved out of public view because of inappropriate content.Since it's being moved, as others have said...having that DB available to others in the community would be a good idea as a protection for the data.