[PR #189] [MERGED] INCEPTION-INCREMENT is not a valid option for soa_edit_api #196

Closed
opened 2026-02-28 01:21:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tuxis-ie/nsedit/pull/189
Author: @stecklars
Created: 7/28/2019
Status: Merged
Merged: 8/19/2024
Merged by: @tuxis-ie

Base: masterHead: master


📝 Commits (1)

  • de278c9 INCEPTION-INCREMENT is not a valid option for soa_edit_api

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 includes/config.inc.php-dist (+1 -1)

📄 Description

INCEPTION-INCREMENT is not a valid option for soa_edit_api, see:
https://doc.powerdns.com/authoritative/domainmetadata.html#soa-edit-api

-> "These rules are the same as the SOA-EDIT-DNSUPDATE rules."
--> https://doc.powerdns.com/authoritative/dnsupdate.html#dnsupdate-soa-serial-updates
---> There is no "INCEPTION-INCREMENT" Setting.

Since 4.2 this is more strictly checked by PowerDNS:
github.com/PowerDNS/pdns@636301b9f1 (diff-fcc782f1cd)

Before this, it would simply use the DEFAULT option, now it logs an error and doesn't increase the Serial: "SOA-EDIT-API/DNSUPDATE type 'INCEPTION-INCREMENT' for zone myzone.com is unknown."

Setting this to DEFAULT will therefore, as PowerDNS simply fell back to DEFAULT before, keep expected behaviour.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tuxis-ie/nsedit/pull/189 **Author:** [@stecklars](https://github.com/stecklars) **Created:** 7/28/2019 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@tuxis-ie](https://github.com/tuxis-ie) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`de278c9`](https://github.com/tuxis-ie/nsedit/commit/de278c9ad7eb9179d0dc62ecc6d9fad3d8702377) INCEPTION-INCREMENT is not a valid option for soa_edit_api ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `includes/config.inc.php-dist` (+1 -1) </details> ### 📄 Description INCEPTION-INCREMENT is not a valid option for soa_edit_api, see: https://doc.powerdns.com/authoritative/domainmetadata.html#soa-edit-api -> "These rules are the same as the SOA-EDIT-DNSUPDATE rules." --> https://doc.powerdns.com/authoritative/dnsupdate.html#dnsupdate-soa-serial-updates ---> There is no "INCEPTION-INCREMENT" Setting. Since 4.2 this is more strictly checked by PowerDNS: https://github.com/PowerDNS/pdns/commit/636301b9f15aa5eecab4282258e85503b7ea4dcf#diff-fcc782f1cdc22f79be390c5d65da9050 Before this, it would simply use the DEFAULT option, now it logs an error and doesn't increase the Serial: "SOA-EDIT-API/DNSUPDATE type 'INCEPTION-INCREMENT' for zone myzone.com is unknown." Setting this to DEFAULT will therefore, as PowerDNS simply fell back to DEFAULT before, keep expected behaviour. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:21:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#196
No description provided.