I'm in the process of migrating from Cloud to self-host and encountering some unexpected headwinds. As a test, I'm trying to reconstruct my database using one of the auto-generated Cloud backups, and I'm getting a 'duplicate entry for primary key' error in the xf_session_activity table. From what I gather, this table is especially volatile, and because the site remains active while these Cloud backups are taken, I'm wondering if they might be capturing a torn/broken state. Thoughts? I'm tempted to simply delete all the entries in this table to unblock myself, but I feel like I shouldn't have to do something like that with an official backup. 