I’m importing posts from a Jekyll blog, which itself was converted from a WordPress blog. I’m using the “Universal Import” feature to mimic a migration from one Ghost system to another, and I have just about everything worked out. What I can’t figure out is the difference between id
, uuid
, and comment_id
. Looking at the definition of a Post object, id
and comment_id
are identical. When I export a newly installed Ghost system, that’s also true in the export JSON for the new-installation-provided “Coming soon” post.
I can’t tell if id
is some transformation of uuid
or if the values are unrelated.