Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
update README and mention upgrade feature
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Nov 7, 2015
1 parent ba0009d commit 1201c76
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The resulting Graphite server __listens only on https port 443__ and has been co

## Provides

* Graphite 0.9.12 ([graphite-web](https://github.com/graphite-project/graphite-web), [carbon](https://github.com/graphite-project/carbon), [whisper](https://github.com/graphite-project/whisper))
* Graphite 0.9.14 ([graphite-web](https://github.com/graphite-project/graphite-web), [carbon](https://github.com/graphite-project/carbon), [whisper](https://github.com/graphite-project/whisper))
* StatsD ([statsite](https://github.com/armon/statsite))
* collectd agent

Expand Down Expand Up @@ -64,6 +64,15 @@ $ cd /opt/graphite/webapp/graphite
$ sudo python manage.py changepassword admin
```

## Upgrade

It's now possible to upgrade an existing Synthesize (e.g. Graphite 0.9.12) to the newest Graphite 0.9.14. You will need to checkout at least version 2.3.0 of Synthesize for this feature. Besides upgrading the Graphite components, it will also migrate the webapp database (`graphite.db`) to the newest fixtures version.

```
$ cd synthesize
$ sudo ./upgrade
```

## Removal

### Manual
Expand Down

0 comments on commit 1201c76

Please sign in to comment.