-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #959 from bersace/news
News
- Loading branch information
Showing
3 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
|
||
|
||
## [7.9] | ||
## [7.9] - 2022-01-03 | ||
|
||
- Support PostgreSQL 14. | ||
- Fix deadlock in monitoring. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Temboard 7.9 : Support for PostgreSQL 14 | ||
================================================================================ | ||
|
||
Paris, France, Jan. 3rd 2022 | ||
|
||
`Temboard` is a graphic tool that helps users monitor, optimize and configure | ||
multiple PostgreSQL instances. | ||
|
||
It is composed of 2 basic elements: | ||
|
||
* A lightweight agent installe on each PostgreSQL instance | ||
* A central server to control the agents and collect metrics | ||
|
||
We're releasing today the version 7.9 which is minor release containing | ||
bugfixes and non-breaking changes. | ||
|
||
|
||
Support for PostgreSQL 14 and other improvements | ||
------------------------------------------------------------------------------ | ||
|
||
This new version bring a few improvements including the support for PostgreSQL | ||
14, some UI glitches, a handful of monitoring fixes and a important | ||
restructuration of the project documentation. | ||
|
||
|
||
Links | ||
------------------------------------------------------------------------------- | ||
|
||
* [Quickstart](https://temboard.readthedocs.io/en/master/QUICKSTART/) | ||
* [Install Guide](https://temboard.readthedocs.io/en/master/server_install/) | ||
* [Upgrade](https://temboard.readthedocs.io/en/master/server_upgrade/) | ||
|
||
|
||
Thanks | ||
-------------------------------------------------------------------------------- | ||
|
||
This release includes code, bugfixes, feedback and ideas from multiple | ||
contributors: @Zig3tPuce, @bsislow, @wsescu, @dgffin. | ||
|
||
Many thanks to them! | ||
|
||
|
||
How to contribute | ||
-------------------------------------------------------------------------------- | ||
|
||
Temboard is part of the [Dalibo Labs] initiative. | ||
|
||
This is an open project, contributions are welcome. We need your feedback and | ||
ideas! Let us know what you think of this tool, how it fits your needs and | ||
what features are missing. |