Opened 3 years ago
Closed 3 years ago
#4546 closed defect (fixed)
docs bug re: db version
Reported by: | sar | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Kea1.1-final |
Component: | documentation | Version: | git |
Keywords: | Cc: | ||
CVSS Scoring: | Parent Tickets: | ||
Sensitive: | no | Defect Severity: | N/A |
Sub-Project: | DHCP | Feature Depending on Ticket: | |
Estimated Difficulty: | 0 | Add Hours to Ticket: | 0 |
Total Hours: | 0 | Internal?: | no |
Description
This was submitted to the RT queue (42969)
Kea Admin Reference Manual, section "4.3.3.3. Upgrading a PostgreSQL Database from an Earlier Version of Kea" states:
"Currently, PostgreSQL only supports Kea schema version 1.0"
However, kea-admin lease-init tells me my lease db version is 2.0.
Subtickets
Change History (5)
comment:1 Changed 3 years ago by tmark
comment:2 Changed 3 years ago by hschempf
- Milestone changed from Kea-proposed to Kea1.1
- Priority changed from medium to low
per aug 11 team meeting, accept 1.1
to be completed between beta/final
comment:3 Changed 3 years ago by tomek
- Milestone changed from Kea1.1 to Kea-1.1-final
comment:4 Changed 3 years ago by tomek
- Milestone changed from Kea-1.1-final to Kea1.1-final
Milestone renamed
comment:5 Changed 3 years ago by marcin
- Resolution set to fixed
- Status changed from new to closed
The documentation has been updated for the Kea 1.1.0-beta release. The currently supported PostgreSQL schema version is 3.0. That's what the tool should now report.
Note: See
TracTickets for help on using
tickets.
Should be handled under #4282