> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmk/solutions/etcd-backup-etcdv3-backup-db-not-seen-on-all-master-nodes.md).

# Etcd Backup etcdv3\_backup.db Not Seen On All Master Nodes

## Problem

Could not see `/var/opt/pf9/kube/etcd/etcd-backup/etcdv3_backup.db` in one cluster however it is present on master nodes in another cluster.

## Environment

* Platform9 Managed Kubernetes - All Versions

## Answer

* During investigation, it was observed that Etcd backup was **disabled** on the cluster where backup file was *not* seen.
* The `etcdv3_backup.db` is dumped on master nodes of PMK clusters if Etcd backup is disabled, before a couple of operations and present at location `/var/opt/pf9/kube/etcd/etcd-backup`

{% hint style="info" %}
**Note**

It is recommended to backup your Etcd key value store to help recover from unplanned cluster outages. To enable, refer [Configuring Etcd Backup](https://platform9.com/docs/kubernetes/etcd-configure-backup#enabledisable-and-edit-etcd-backup)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://platform9.com/kb/pmk/solutions/etcd-backup-etcdv3-backup-db-not-seen-on-all-master-nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
