Post "comment_id" lost when migrating content to new instance #8963
Labels
bug
[triage] something behaving unexpectedly
import / upgrade
life-cycle stuff: Importing, exporting, upgrading and migrating
server / core
Issues relating to the server or core of Ghost
Issue Summary
As a workaround for a breaking issue with the Ghost-CLI (TryGhost/Ghost-CLI#461), I recently attempted to migrate my blog to a new server.
Importing the JSON content from the old instance to the new one resulted in the
comment_id
property for each post changing. The themes on both instances are identical; both are initializing the Disqus config with -The resulting comment ID, however, is different in each instance. For example, the post which has a
comment_id
of15
in the old instance has acomment_id
of59a935ae0718612fce6740b0
on the new instance.This is a major issue since it results in the Disqus comment threads becoming dissociated from their corresponding posts. I still have access to the old instance, is there any way to transfer the blog content without losing the comment ids?
Technical details:
The text was updated successfully, but these errors were encountered: