Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Askancy Posted October 9, 2021 Posted October 9, 2021 I was configuring a new storage for files, unfortunately I forgot to uncheck "Move files automatically", now my IP.Board is trying to move in a storage almost 75GB of attachments, how can I stop the task?
Marc Posted October 9, 2021 Posted October 9, 2021 There is no way in which to stop the background tasks once they are started. You would need to await its completion, then move them back to wherever you need once that is done if needed. The other other option is to revert to you backup. Stopping them would leave your site in a state where some things are set to one and some are set to the other
Marc Posted October 11, 2021 Posted October 11, 2021 @Askancy Did you manage to get yourself sorted there?
Solution Askancy Posted October 11, 2021 Author Solution Posted October 11, 2021 20 minutes ago, Marc Stridgen said: @Askancy Did you manage to get yourself sorted there? Hi Mark, thankfully yes, otherwise my fee to pay for AWS S3 would have skyrocketed.... 😂 I used a drastic measure, clean the background actions thing table from the database. Definitely not the best choice to make, but luckily I had just changed php version to the server and cronjob hadn't started migrating data yet. It would still be useful to have a button to stop actions with: Pause (useful when you have the server overloaded and one thing is not essential) and an Undo and Restore Marc and SJ77 2
Marc Posted October 11, 2021 Posted October 11, 2021 As mentioned, we generally would not have an action like this, as with many items it can cause a lot of problems if you stop things mid process. Im very glad to hear you managed to get that sorted though, and good luck with getting everything back to where you need
Recommended Posts