Tendrl / monitoring-integration

Component that enables integration with external monitoring services.
GNU Lesser General Public License v2.1
4 stars 13 forks source link

Removing and recreating graphiteDB while upgrading tendrl #589

Closed GowthamShanmugam closed 5 years ago

GowthamShanmugam commented 5 years ago

while updating graphite-web-0.X.X to graphite-web-1.X.X, we need to delete old graphiteDB and initialize again from the tendrl-upgrade script. This will ensure the database schema up to date with a new version of graphite.

Monitoring data are maintained by carbon so old monitoring data won't affect.

GowthamShanmugam commented 5 years ago

This issue is fixed