docs/releases/0_9_15.rst
.. _0-9-15:
11/27/2015
Graphite 0.9.15 is now available for usage. This is primarily a bugfix release for some regressions introduced in 0.9.14. Users upgrading from older releases are advised to review the 0.9.14 release notes first.
Source bundles are available from GitHub:
Graphite can also be installed from PyPI <http://pypi.python.org/>_ via
pip <http://www.pip-installer.org/en/latest/index.html>_. PyPI bundles are here:
Graphite 0.9.15 requires a Django version of at least 1.4. Ensure this dependency is satisfied before updating graphite-web.
As always, comparing the example config files with existing ones is recommended to ensure awareness of any new features.
If you're not already running 0.9.14, Graphite-web's application database will need to be upgraded for a new Django fixture. It's a good idea to backup the database before proceeding with the migration. The following will upgrade a SQLite database:
.. code-block:: none
sudo cp /opt/graphite/storage/graphite.db
/opt/graphite/storage/graphite.db.backup-date +%Y%m%d_%H%M%S
sudo PYTHONPATH=/opt/graphite/webapp django-admin.py syncdb
--noinput --no-initial-data --settings=graphite.settings
No known security issues.
Graphite-web ^^^^^^^^^^^^
sortByName (sylr, obfuscurity)Carbon ^^^^^^
Graphite-web ^^^^^^^^^^^^
removeAbovePercentile and removeBelowPercentile (toote, obfuscurity)Carbon ^^^^^^
Whisper ^^^^^^^