From Other Providers
Data Migrations
To Other Providers
Migrations
FastComments provides self-service tools along with direct developer support for migrations to our platform, migrations of data within our platform, and exports from our product.
In this guide you will learn about all three.
Migrating From Other Providers
When migrating from another provider, there are a few things to consider:
- Existing comment data, including replies.
- User accounts, including avatars.
- Custom styling.
The self-service data import discussed in the next few sections covers the first two. For customization, see our customization guide.
Importing Data
While FastComments Support can help with migrations, most can be performed and monitored easily without any intervention of support staff.
We natively support importing exports from the following providers:
- Commento
- Disqus
- Hyvor Talk
- Muut Comments
- IntenseDebate
- Just-Comments
- WordPress (via the plugin)
By navigating here we can upload the file containing the data to migrate.
Monitoring Imports
FastComments uses a job processing system for processing imports and exports. Once the system has picked up your job, it will periodically report the status of the job in the import or export UI.
Note that the status for Imports and Export are viewable by all administrators in the account.
If your job fails, it will not automatically be restarted. The import will have to be attempted again. If any import or export fails, our system administrators are automatically notified. If we identify an issue, we'll reach out to you to see if we can help.
Re-Running The Import
During some migrations, it is necessary to run the import multiple times. For example, it is common to do a first pass migration for testing, and then run the import again with the latest data before flipping the switch.
Re-importing the same content will not create duplicates.
Data Security and Expiration
Import files are not accessible via outside requests in any way, and import files are deleted from our system as soon as the import completes.
Importing Wordpress Comments
Our WordPress Plugin has a powerful UI-based importing mechanism. Upon installing the plugin, it will guide you through linking your WordPress installation with FastComments and copying your existing comment data over.
This is done without copying or downloading anything manually.
The migration process will be indicated to you via the UI during the migration. Most migrations only take a couple of minutes.
The mechanism is designed to not put excessive load on your WordPress installation during the migration.
CloudFlare & FireWalls
In order for the automated WordPress setup to work, we have to make calls to your WordPress installation. Firewalls like Cloudflare may block us and cause the integration to fail. In such cases, we can provide you with a set of IPs to whitelist for the integration.
Data Ownership
In the case of our WordPress migration, any new or updated comment data is automatically synced back to your WordPress installation behind the scenes. This means that, while the comments are served by FastComments itself to take load off of your WordPress deployment, we also save them in your database as a backup. This also means if you desire to switch away from FastComments, your data is already migrated and up to date.
Migrating Users and Moderators
With FastComments, many users can be added to your tenant, and their permissions can be setup based on the roles in your organization.
Users can be added via this UI. If you have many users, we can import them for you via customer support.
For adding moderators, see the corresponding documentation.
A Note about Authentication
Your users may be looking for a place to enter their password. FastComments uses "magic links" for logging in - so no passwords are required.
Migrating Domains
FastComments provides an automated way for you to migrate your comments across domains.
The domain migration simply requires a from
and a to
domain.
This moves comments, it does not copy them. If you wish to copy comments, reach out to us.
This is also useful for example if part of your migration to FastComments involves migrating from a different provider, so your comment import data may contain data that needs to be migrated. In this case, you can run the import, and then the domain migration.
Monitoring Progress
The Domain Migration tool uses the same FastComments job processing system as the other data management tools.
There may be a delay before your migration starts. This is normal, as it the system checks for new jobs to process periodically.
As the job runs, it will display the number of comments found to migrate, and the number migrated thus far.
Migrating Pages
While its name is the Domain Migration tool, it can also be used to migrate comments across individual pages.
Simply enter the old and new urlId values in the from
and to
input fields.
Copying Comments
In the event that data needs to be moved around, FastComments provides a self-service tool for moving comments between pages and articles.
Here's what the comment copy page form looks like:
Filling out the "From" Fields
To decide where to move comments from, we simply need to know the source URL ID
.
If you aren't passing a value for urlId
in the comment widget configuration, then this will be a "clean" version of the page URL.
You can see what values your comments have for URL ID
by exporting them.
Filling out the "To" Fields
To decide where to move comments to, we need to know the target URL ID
and URL
.
The URL ID
will be the bucket that the comment goes in. The URL
field is used so that you can navigate directly
to the comment from emails and moderation tools.
WordPress
If you are using WordPress, you would for example enter the Article IDs in the To/From URL ID
fields in the migration tool,
rather than a URL.
Exporting Data
All comment data can be exported from our platform in CSV format.
Note that dates in this file will be in the UTC timezone, in ISO format.
If you are looking to periodically pull data from FastComments, we suggest using Webhooks.
WordPress
In the case of WordPress integrations, FastComments automatically syncs the data back to your WordPress installation periodically. Because of this, migrating from FastComments means you simply have to turn it off.