{
  "id": "recovery-path",
  "title": "rladmin node recovery_path set",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/rladmin/node/recovery-path/",
  "summary": "Sets a node's local recovery path.",
  "content": "\nSets the node's local recovery path, which specifies the directory where [persistence files]() are stored. You can use these persistence files to [recover a failed database]().\n\n```sh\nrladmin node \u003cID\u003e recovery_path set \u003cpath\u003e\n```\n\n### Parameters\n\n| Parameter | Type/Value                     | Description                                                                                   |\n|-----------|--------------------------------|-----------------------------------------------------------------------------------------------|\n| node      | integer                        | Sets the recovery path for the specified node                                            |\n| path      | filepath                       | Path to the folder where persistence files are stored                                         |\n\n### Returns\n\nReturns `Updated successfully` if the recovery path was set. Otherwise, it returns an error.\n\n### Example\n\n```sh\n$ rladmin node 2 recovery_path set /var/opt/redislabs/persist/redis\nUpdated successfully.\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

