> For the complete documentation index, see [llms.txt](https://o2oa.gitbook.io/course/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 清除废弃的业务数据

## 清除测试数据

![清除已存在的业务数据](/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 %}
