Open skobkin opened 5 years ago
I'm pretty sure the Go rewrite doesn't know anything about the schema of the Python version, the migrations it makes are only from older Go versions.
It makes no sense because many people collected a lot of data using Python version.
If not in magneticod
itself I think migration from the old Python version must be implemented at least in small separate tool to save that data.
If you think it must be implemented, feel free to go ahead and do it. In the meantime everybody else just moved on...
@jangrewe
If you think it must be implemented, feel free to go ahead and do it.
If I think about anything I can say about it too. Nothing more.
Probably I'll make migration tool for my database. But it'll likely not be a part of magneticod.
In the meantime everybody else just moved on...
I like how you're speaking for all of the users. Sure it's a good habit.
I don't follow closely the project and I was surprised of this breaking change... I mean, what's the point of having an offline torrent database if you have to start from scratch every two years ^^' Nevermind, I still like this project, I'll start from scratch again, and I hope you'll handle migration when changes happen in the future :)
When I'm trying to use
magneticod
(Golang version) with database from Python version I'm getting following error every time:It works all right if there is no database from previous version.