# Cleanup Database

The NATS [Supported & Maintenance Admin](/nats-admin/support-and-maintenance.md) allows you to remove old, unnecessary information from your NATS database and logs. As a necessary precaution, NATS will not allow you to remove information vital to payments, payouts, or statistics in this admin

<figure><img src="/files/1R5BZssoiKdUUJzFQK7Y" alt=""><figcaption></figcaption></figure>

## Cleaning Your Database

To clean up a database table, click the "Clean Table" icon, which is marked by a broom. On the next page, you can select the Max Number of Rows you would like to clean up, and what kind of backup you wish to run.

NATS offers multiple formats to back up your database: MySQL Dumps, CSV dumps, and no backup. All database cleanings create a SQL-formatted backup of the data to be removed and place it in the *nats/backups* directory for storage.

Cleanings can often take a long time to run, so NATS runs the database cleanup as a background process, allowing you to keep working while the database is cleaning. Database rows are also deleted incrementally so that your database table won't be locked for a long time.

Tables that should be cleaned soon will be bold and colored red. You can clean a table by clicking on the Clean Table icon to its right or view information about the table by clicking on the View Table icon.

After you click the Clean Table icon, you will be taken to a page where you can configure settings for the cleanup. Available settings include:

* **Rows Before** - all rows before whatever date you input will be cleaned.
* **Max # Rows** - this determines the maximum amount of rows NATS will clean at a time
* **Run Backup** - select whether you want a MySQL Dump, a CSV Dump, or no dump

<figure><img src="/files/3oizfpBTmECFNwZjFB8N" alt=""><figcaption></figcaption></figure>

Once you have configured your settings, click the Clean button to start your cleanup.

## Cleaning Your Logs

NATS also offers an option to clean your server's logs through the Support & Maintenance Admin. Like database files, NATS will ensure that you do not remove information vital to statistics, payments, or payouts.

To clean your logs, go to the [Supported & Maintenance Admin](/nats-admin/support-and-maintenance.md) and click Logging from the left-hand navigation. On the next page, find the logs you wish to clean up, click the Actions button beside it and click the "Clean Up Log File" option.

You will then be taken to a page where you can configure settings for your cleanup. Available settings include:

* **Cleanup On** - allows you to select whether you want to sort your cleanup by date or by rows.
* **Rows Before** - all rows before whatever date you input will be cleaned.
* **Keep # Rows** - input the number of rows you want to save from your cleanup process

<figure><img src="/files/VWB0IPxYP6oLfnTatFwd" alt=""><figcaption></figcaption></figure>

Once you have configured your settings, click the Clean button to start your cleanup.


---

# Agent Instructions: 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:

```
GET https://docs.toomuchmedia.com/nats-admin/support-and-maintenance/cleanup-database.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
