Introduction
Backup SQL tables, perform DB maintenance, export configurations as text files or other tables as CSV files. By default the complete DB structure including number of records is shown.
Usage
Export
Use this part to generate CSV- files, download a configuration file archive or perform maintenance (some interesting queries are on the bottom of the selectbox).
SQL Dump
Select (hold down CTRL for multiple) tables to be exported in SQL format. The resulting file can be imported via System-Files, if Destination was set to Gzip.
Details
- Perform maintenance
, delete all records with
or quickly view (the first 1000) entries of a table by clicking on the
below them.
- Export to plain destination for a CSV representation or HTML to view the output directly in the browser.
changes IP addresses and timestamps in a human readable format and adds a timestamp to the archive name.
- Bzip2 needs more resources, but generally creates smaller archives.
- Depending on the amount of data you're dealing with, the module requires more memory or time to finish processing!