aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/usage/ddev-delete.md
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-06-27 12:43:32 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-06-27 12:43:32 +0200
commit2363c716c0c6dfd91c7a2f1ea00881160b612c84 (patch)
treee9a7e3525aa65541d3016d064bf16dea8c8b49dc /doc/src/usage/ddev-delete.md
parentb20f31182bae222e15c09b2a5d299b44043bfdb8 (diff)
downloadhubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.tar.gz
hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.tar.bz2
hubzilla-ddev-2363c716c0c6dfd91c7a2f1ea00881160b612c84.zip
Begin doc using mdbook.
Diffstat (limited to 'doc/src/usage/ddev-delete.md')
-rw-r--r--doc/src/usage/ddev-delete.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/usage/ddev-delete.md b/doc/src/usage/ddev-delete.md
new file mode 100644
index 0000000..678e8da
--- /dev/null
+++ b/doc/src/usage/ddev-delete.md
@@ -0,0 +1,14 @@
+# ddev delere
+
+Delete the environment and the containers completely.
+
+Any changes you have made to the file system is kept, but the database etc is destroyed.
+
+The `--omit-snapshots` argument, if specified, tells DDEV to _not_ keep a dump of
+the database content for later. If you want it to dump the database so you can
+load it back at a later time, don't use this argument.
+
+**Example:**
+```bash
+$ ddev delete --omit-snapshot
+```