Skip to content

Commit

Permalink
added custom sql entry
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Aug 8, 2023
1 parent b0e870d commit 8590705
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sphinx/source/admin/export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ Available for admins and managers
Export SQL
----------
When clicking the **Export SQL** button a new SQL dump will be created with
pg_dump.
pg_dump in plain text format.

When clicking the **Export custom SQL** button a new SQL dump will be created with
pg_dump in custom archiving format (-Fc). `pg_restore` is used to restore the database
regardless of which operating system and line breaks are used.

* Be aware, especially when sharing, that **user data**, e.g. email addresses,
is included.
* Existing files are shown in a list and can be downloaded or deleted
(only admins can delete)
* If the directory isn't writable, a warning will be shown
* SQL dumps are saved in the **files/export** folder
* File names begin with date and time e.g. 2018-08-23_1533_dump.sql.
* File names begin with date and time e.g. 2018-08-23_1533_dump_plain.sql.


Export CSV
Expand Down

0 comments on commit 8590705

Please sign in to comment.