Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just purchased the Akismet addon and am seeking guidance for the final stage of a Statamic migration from v2 (Akismet v1.8) to v4. I haven't yet completed step #8 with the Statamic migrator in case it's needed for this part of the process. Initially, I had issues migrating from v2 to v4 due to installed addons, so I decided to only migrate Akismet and purchased the updated version.
To protect privacy, form submissions reside only on the production server. I haven't pulled them down locally, and they're not tracked in the git repository. During the content migration, I excluded contact forms. The plan is to manually download all submissions from the production server and migrate them into the v4 project local environment just before finishing the migration.
Current Setup
• Form submissions:
"site/storage/forms"
(YAML files)• Akismet:
"site/storage/addons/Akismet"
(PHP files)Questions
File Locations: In my v4 project, where should I store the form submissions from v2 (.yaml and .php) to Composer install the Akismet addon and run the spam:convert+add:extension commands as per the install instructions?
Migration of Submissions: In the control panel, there are fewer than 25 submissions in "cp/Forms" but about 2.6k submissions in "cp/Spam Queue." How can I properly migrate these to ensure the client retains their spam training and form submissions?
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions