Skip to content

Commit 47de565

Browse files
committed
Updating documentation to note sqlite3 backend
Resolves #75 via documentation
1 parent 8fd0774 commit 47de565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/index.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: |-
1111
The PowerDNS provider is used manipulate DNS records supported by PowerDNS server. The provider needs to be configured
1212
with the proper credentials before it can be used. It supports both the [legacy API](https://doc.powerdns.com/3/httpapi/api_spec/) and the new [version 1 API](https://doc.powerdns.com/md/httpapi/api_spec/), however resources may need to be configured differently.
1313

14+
NOTE: if you're using the sqlite3 PowerDNS backend, you must not use parllel execution: `-parallelism=1`. The MySQL Backend has been verified to work with parallelism, however.
15+
1416
Use the navigation to the left to read about the available resources.
1517

1618
## Example Usage

0 commit comments

Comments
 (0)