Skip to content

Commit

Permalink
Fix bulk move ping issue (#2955)
Browse files Browse the repository at this point in the history
* updated pingone to have new links to general migration guide

* trying to fix redirect issue
  • Loading branch information
mooreds authored Mar 15, 2024
1 parent 4a9ebab commit 9a9a402
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Alternatively, you can do a bulk migration and force everyone to reset their pas

## Prerequisites

This guide assumes you already have FusionAuth installed. If not, please [view our installation guides](/docs/get-started/download-and-install) and install FusionAuth before you begin. For more general migration information, please view the [general migration guide](/docs/lifecycle/migrate-users/provider-specific/general).
This guide assumes you already have FusionAuth installed. If not, please [view our installation guides](/docs/get-started/download-and-install) and install FusionAuth before you begin. For more general migration information, please view the [general migration guide](/docs/lifecycle/migrate-users/general-migration).

## Planning Considerations

Expand All @@ -51,7 +51,7 @@ To preserve your users' passwords, you need to perform a slow migration. Users l

If, on the other hand, resetting user passwords is acceptable, a <ScrollRef target="Bulk Migration" /> can work for you. Review that section for more details on the required steps. You may also perform a bulk migration after a slow migration has run for a while. Active users can be transparently migrated and infrequent users may not mind resetting their password.

You can learn more about the types of migrations that FusionAuth supports [here](/docs/lifecycle/migrate-users/provider-specific/general#types-of-migrations).
You can learn more about the types of migrations that FusionAuth supports [here](/docs/lifecycle/migrate-users/general-migration#types-of-migrations).

### Mapping User Attributes

Expand Down Expand Up @@ -539,7 +539,7 @@ When using a slow migration, you can estimate how many accounts will be migrated

After this period, you may want to bulk migrate the rest of the users, or treat them as inactive and not migrate them. Plan to disable the Connector and remove the tenant's Connector Policy after the slow migration is complete.

Learn more about [general slow migration considerations](/docs/lifecycle/migrate-users/provider-specific/general#slow-migration-implementation).
Learn more about [general slow migration considerations](/docs/lifecycle/migrate-users/general-migration#slow-migration-implementation).

## Bulk Migration

Expand Down
1 change: 0 additions & 1 deletion src/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@
"/docs/lifecycle/manage-users/search/": true,
"/docs/lifecycle/manage-users/verification/": true,
"/docs/lifecycle/migrate-users/": true,
"/docs/lifecycle/migrate-users/bulk/": true,
"/docs/lifecycle/migrate-users/provider-specific/": true,
"/docs/lifecycle/migrate-users/connectors/": true,
"/docs/lifecycle/migrate-users/scim/": true,
Expand Down

0 comments on commit 9a9a402

Please sign in to comment.