---
title: Provisioning datastore reset
description: If you are upgrading from PingFederate 9.0.0 or 9.0.1, reset the provisioning datastore on the upgraded installation.
component: pingfederate
version: 13.1
page_id: pingfederate:upgrading_pingfederate:pf_provis_datastore_reset
canonical_url: https://docs.pingidentity.com/pingfederate/13.1/upgrading_pingfederate/pf_provis_datastore_reset.html
llms_txt: https://docs.pingidentity.com/pingfederate/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: July 5, 2022
section_ids:
  about-this-task: About this task
  steps: Steps
---

# Provisioning datastore reset

If you are upgrading from PingFederate 9.0.0 or 9.0.1, reset the provisioning datastore on the upgraded installation.

## About this task

Use the `provmgr` command-line tool to reset the provisioning datastore on the upgraded installation.

The `provmgr` command-line tool is located in the `<pf_install>/pingfederate/bin` directory:

* Windows: `provmgr.bat`

* Linux: `provmgr.sh`

For more information about the `provmgr` command-line tool, see [Outbound provisioning CLI](../administrators_reference_guide/pf_outbound_provision_cli.html).

## Steps

1. To obtain a list of provisioning channel IDs, run the following command:

   ```
   provmgr --show-channels
   ```

2. Reset the provisioning datastore for a given channel by its ID:

   ```
   provmgr -c  <channel_id>  --reset-all
   ```

   |   |                                                                                                                           |
   | - | ------------------------------------------------------------------------------------------------------------------------- |
   |   | If you have multiple provisioning channels, run the command for each channel. The order of the parameters doesn't matter. |
