# 清除废弃的业务数据

## 清除测试数据

![清除已存在的业务数据](/files/-LpRu-BEp4kNbOQbktBh)

服务器启动完成后，应用已经能够访问，由于开发环境可能迁移过来的模块可能包含很多测试文件，可以通过erase命令来清理垃圾数据。

```
erase content cms   密码（内容管理类）
erase content bbs   密码 （论坛类）
erase content pp    密码 （流程类）
erase content log   密码 （相关日志）
erase content report 密码 （相关报表）
```

{% hint style="info" %}

#### 注意：这里的密码是指的xadmin密码。

{% endhint %}

## 清除操作步骤

### 1、启动数据库服务器

![启动数据库](/files/-LpRuGwj4_JSwUCG8dOf)

### 2、启动文件存储服务器

![启动文件存储服务器](/files/-LpRuQ7Fqnen5Spj-U-9)

### 3、分别执行指定的清除命令进行数据清除

![清除数据](/files/-LpRuZBSNbDXq5aOkE8H)

用户根据自己的需求，逐一删除指定的应用数据即可。

{% hint style="info" %}

#### 该操作删除的内容只是产生的业务数据，并不会影响应用的设计信息

{% endhint %}


---

# 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://o2oa.gitbook.io/course/ping-tai-shi-shi/ping-tai-shu-ju-ku-pei-zhi/qing-chu-fei-qi-de-ye-wu-shu-ju.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.
