Message boards :
Number crunching :
Gerasim is not working
Message board moderation
Previous · 1 · 2 · 3 · 4 · 5
| Author | Message |
|---|---|
Eric DriverSend message Joined: 8 Jul 11 Posts: 1431 Credit: 793,900,089 RAC: 875,525 |
How old is this backup? But Gerasim crashed on August 31. Have you figured out time travel? |
SerValSend message Joined: 1 Jan 20 Posts: 48 Credit: 29,530,829 RAC: 403,885 |
==== Gerasim is not the only one like this. And each Gerasim operates with his own SQL server, or with a link to a shared SQL DB. And it seems it's time to make a manual text copy of the Gerasim server. Starting with "create database" and ending with "xml restore DB, countries, users, teams..." and the project on GitHub. This should have been done a long time ago, but... ==== That's how it is, guys. Hello everyone and have a good mood. :) |
|
Send message Joined: 8 Jul 17 Posts: 15 Credit: 191,323,298 RAC: 718,932 |
SerVal has a backup of the Gerasim databases dated 10 days prior to the crash. I downloaded the files to my linux box, installed microsoft SQL server, restored the databases, and ran dbcc to check their integrity. The databases are good. I perused some of the tables; there is a lot of data there and it all appears to be in working order. If I can get a copy of this database I can see what I can do on it. I'm not familiar with Microsoft databases, but have some pretty decent knowledge on MySQL/MariaDB. I maintain a rather large one after all. What I would probably end up doing is just converting that database to MySQL since that's what BOINC uses natively anyway. Getting it setup and working in a Linux environment. Then figuring out how to export that data in a format that Microsoft datbase can use or just running the project with Linux and the native BOINC Linux server like it was intended in the first place. Assuming the database isn't damaged beyond repair though. Their are already tools available to convert MSSQL to MySQL and vise verse. Its just a matter of making sure the database isn't corrupted before doing so. Otherwise you'll have to repair the database. |
Eric DriverSend message Joined: 8 Jul 11 Posts: 1431 Credit: 793,900,089 RAC: 875,525 |
SerVal has a backup of the Gerasim databases dated 10 days prior to the crash. I downloaded the files to my linux box, installed microsoft SQL server, restored the databases, and ran dbcc to check their integrity. The databases are good. I perused some of the tables; there is a lot of data there and it all appears to be in working order. I have copies of the backups that I could get to you. They are ~3.7 GB so I will need to upload them to Google Drive. Note there are 2 databases - the standard BOINC database and then a science database where results were stored. I'm pretty sure they are good since they passed the dbcc check with no errors. But what is the objective here? Converting to MySQL does no good if SerVal plans to host Gerasim as he has in the past, using microshit SQL. |
|
Send message Joined: 8 Jul 17 Posts: 15 Credit: 191,323,298 RAC: 718,932 |
Its with my understanding that the hacked up job of getting a BOINC Server running on Windows isn't working. No one knows how to fix this as it's a territory no one has done before except the Gerasim project. Since the database is in MSSQL just running it on Linux wont be possible afaik and it will need to be converted to MySQL. |
SerValSend message Joined: 1 Jan 20 Posts: 48 Credit: 29,530,829 RAC: 403,885 |
No one knows how to fix this But if you want to, you can try. Does MySQL have insert, select, update, and execute stored procedure? I can tell you how do it without convert DB -> <- туда сюда и обратно. :) |