How to delete historian because disk is full

How to delete historian because disk is full.
Please advise me.

Do you want to completely remove the historian and lose all historization from now on ?
Or do you want to remove some data to free up some space ?

I'll assume you mean the latter. You can configure pruning on your historian configuration page (through the gateway interface in your browser). This will automatically remove data that's older than the maximum configured age.

Just note that pruning is delayed, it doesn't happen immediately after you change your settings.

Otherwise, you can connect to the database with a management tool (what database are you using?) and remove history tables you no longer needed. They'll have the year and month in the table name

Hi
I want want to remove some data to free up some space.
Please, do you have the manual? (Step by Step)

Thank.

Here is the entry in the manual that talks about this:

It is simply a setting on the Gateway Page.

  1. Go to Config > Tags > History
  2. Select Edit on the history provider you would like to add pruning to.
  3. In the Data Partitioning set up your partitioning. (This needs to be set correctly based on how often you want to prune the data.)
  4. In Data Pruning check the Enable Data Pruning check box.
  5. Set the Age value you would like to prune at.
  6. Set the Age unit that you would like to prune at.

By default Pruning is not enabled, and the Age is set to 1 year. Just enabling pruning would configure the history provider to prune any data partition with no data less than 1 year old.

It is important that you set partitioning up correctly. If you want to prune data older than 1 week, but your partitions are 1 months worth of data you will only prune data once a month.

Hi sir
Thank you very much.