Skip to content

Commit

Permalink
Add domain removal RDBMS info
Browse files Browse the repository at this point in the history
  • Loading branch information
gustawlippa committed Sep 30, 2021
1 parent 3a8530b commit 974987f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/developers-guide/domain_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,14 @@ We use `id` field to sort records when paginating.

### Domain removal

You are not allowed to delete domains with unknown host-type.
You cannot delete domains with unknown host-type.
Configure host-type first to delete such domains.

Modules which store data in RDBMS and support dynamic domains will remove **all** persistent data associated with a domain when its removal is requested.
This is not the case for NoSQL databases or Mnesia.
Because of that, we recommend using RDBMS with dynamic domains.
Please note, that [`mod_auth_token`](../modules/mod_auth_token.md) is the only exception for now and does not remove data from RDBMS when removing a domain.

## Service options

Described in the [`services` section](../configuration/Services.md#service_domain_db).
Expand Down

0 comments on commit 974987f

Please sign in to comment.