First of all, thanks for creating the export format with the entities.sql file, that's a great step!
I imported the entities table for a customer, but the imported posts are not displaying. I updated their URLs and owner URLs using search-and-replace (I had to do an import-and-dump first to get the hexadecimal blobs to turn into text which I can search-and-replace in with a text editor), but that was not helping. I analyzed the MySQL queries, and found out that it is trying to go to metadata for the access: 'PUBLIC' part. Looking at the code, maybe I should just create one entry in the metadata table for each imported entity?
First of all, thanks for creating the export format with the entities.sql file, that's a great step!
I imported the entities table for a customer, but the imported posts are not displaying. I updated their URLs and owner URLs using search-and-replace (I had to do an import-and-dump first to get the hexadecimal blobs to turn into text which I can search-and-replace in with a text editor), but that was not helping. I analyzed the MySQL queries, and found out that it is trying to go to metadata for the
access: 'PUBLIC'part. Looking at the code, maybe I should just create one entry in the metadata table for each imported entity?