diff options
Diffstat (limited to 'debian/postgresql-13.templates')
-rw-r--r-- | debian/postgresql-13.templates | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/postgresql-13.templates b/debian/postgresql-13.templates new file mode 100644 index 0000000..27996cc --- /dev/null +++ b/debian/postgresql-13.templates @@ -0,0 +1,7 @@ +Template: postgresql-13/postrm_purge_data +Type: boolean +Default: true +_Description: Remove PostgreSQL directories when package is purged? + Removing the PostgreSQL server package will leave existing database clusters + intact, i.e. their configuration, data, and log directories will not be + removed. On purging the package, the directories can optionally be removed. |