HUGZ Posted February 6, 2021 Posted February 6, 2021 Is there a way to run a conversion multiple times? It's finished but won't let me run it again to add new data.
Sonya* Posted February 6, 2021 Posted February 6, 2021 You can truncate tables: TRUNCATE `convert_apps`; TRUNCATE `convert_app_sessions`; This would allow running the same conversion again. If you do not delete previously imported data, you are going to have a mess. HUGZ 1
HUGZ Posted February 6, 2021 Author Posted February 6, 2021 Got it @Sonya* thanks. That's a bit frustrating it doesn't remember what has already been imported. It's taking about 3 days for a full conversion. I suppose I'll need to manually delete all user, topic, and post data?
Sonya* Posted February 6, 2021 Posted February 6, 2021 Manually delete, or you create database and uploads folder backup just before starting the conversion. If the conversion is not complete, you can just continue and finish in ACP. If it is completed, then just replace database and uploads with backup and start from scratch.
CoffeeCake Posted February 7, 2021 Posted February 7, 2021 8 hours ago, HUGZ said: it doesn't remember what has already been imported It's been a few years, but it totally kept track of what had been converted and could be restarted if something happened to the connection. You made it seem like you wanted to convert another instance or source. What exactly are you trying to do? Have you opened a ticket?
HUGZ Posted February 8, 2021 Author Posted February 8, 2021 On 2/7/2021 at 1:33 AM, Paul E. said: It's been a few years, but it totally kept track of what had been converted and could be restarted if something happened to the connection. You made it seem like you wanted to convert another instance or source. What exactly are you trying to do? Have you opened a ticket? So I took an initial dump of our existing forum a few weeks ago. I've been working with that locally, to get everything set up and ready, before I plan to turn the existing forum offline, dump and run a final conversion. I'm simply looking to minimise downtime and if there was a way to add any new users, threads, posts etc since that initial dump, that would speed up the process massively and reduce the time spent offline. I wasn't sure it was something that warranted opening a ticket, but I will do that now.
Stuart Silvester Posted February 8, 2021 Posted February 8, 2021 6 minutes ago, HUGZ said: So I took an initial dump of our existing forum a few weeks ago. I've been working with that locally, to get everything set up and ready, before I plan to turn the existing forum offline, dump and run a final conversion. I'm simply looking to minimise downtime and if there was a way to add any new users, threads, posts etc since that initial dump, that would speed up the process massively and reduce the time spent offline. I wasn't sure it was something that warranted opening a ticket, but I will do that now. Delta conversions are not supported, it depends what you're including in a 'full conversion' (i.e. background tasks) but I wouldn't expect the conversion itself to take 3 days on a community your size. Open a ticket and we can look at the performance aspect on your server. Personally I would recommend starting your live conversion with a fresh install, it just makes sure you're not going to have any orphaned data from previous testing lying around for eternity.
Recommended Posts