Hi,
I’m migrating from WordPress to Ghost and have to move 9000 comments.
The steps I will take:
- Import content through the interface
- Import users through the interface
- Export the comments table from the Ghost database
- Export the users table from the Ghost database
- Match the generated Post_ID and generated User_ID to the comments from WordPress.
- Import the comments to the Ghost database.
Question: The comment ID of Ghost is a string of 24 characters. How is this generated and have someone an idea to mimic this, before step 6? Or can i use random other IDs, like wordpresscomment0001