This post relatest to the topic of how to export the database log of RSE6500. Let's see below the procedure?
1. Open any vod page to obtain the video ID.

2. Log in to RSE6500 as administrator and run the following command:
>shell
>cd /home/rseuser/localDisk/recorderList/*/shareFile (Access the video attachment directory)
>cp -r /home/data/gaussdb/data/pg_log/ ./ (copy the database log to the video attachment directory)
>cp -r /home/data/gaussdb/data/pg_xlog/ ./
>su
>chmod -R 770 pg_log/ (change the Permission)
>chmod -R 770 pg_xlog/
3. Open the page that step 1 had open and click the download Identifier. The database logs can be downloaded to the local host.