Skip to content

Commit

Permalink
Merge pull request #3312 from esl/doc-domain-removal
Browse files Browse the repository at this point in the history
Add domain removal RDBMS info
  • Loading branch information
vkatsuba committed Sep 30, 2021
2 parents bb7b64d + 974987f commit e01e148
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 e01e148

Please sign in to comment.