Open MikeFalcor opened 2 years ago
Hi @MikeFalcor. What version of python to use?
3.9.7 as reported via --version:
C:\Users\Master>python --version Python 3.9.7
Hi @MikeFalcor,
I have tried to reproduce the problem but I have not succeeded. It seems to be a problem with your system.
Do you want to export to a single database or separate the data into different databases? I see that you are using ombi_sqlite2mysql_multi, which is used to export the data to multiple different databases.
Uh...OK. So... What am I supposed to do?
Yes, different DBs. Sorry, I didn't see your edit until just now.
Hi, Mike. Did you ever find a solution to this? I am having the exact same issue trying to migrate multiple DBs and I am not sure why exactly the code is getting hung up.
No. And since I was getting exasperated by this AND because I wound up rebuilding the computer and using docker for everything ARRs related, I wound up switching to a different request system. No looking back...
I ended up getting it working but I am curious which request system you went for. Was it Overseerr?
Indeed it was. I didn't want to 'advertise' a different system, sorry.
All prep steps completed. When I try to run the command
python ombi_sqlite2mysql_multi.py -c C:\Ombi
Return is:
It creates a migration.json, but it is incomplete and the process is aborted.
What am I doing wrong?