This guide will walk you through the process of upgrading your Aligned Operator to v0.9.2.
- fix: operator downtime by @MarcosNicolau in #1073
- fix: operator commands by @MarcosNicolau in #1184
- fix: operator resets channel when updating latest block file by @MarcosNicolau in #1200
This version requires update the operator configuration file adding the following fields:
## Operator Configurations
operator:
last_processed_batch_filepath: '<path to a file to store the last processed batch>'{% hint style="warning" %}
Make sure the directory where the file is stored exists and the operator has write permissions to it.
We suggest to use absolute paths to avoid ambiguity.
{% endhint %}
Inside the Aligned repository, run:
make update_operatorThis will recreate the binaries. You can then proceed to restart the operator.
To see the operator version, run:
./operator/build/aligned-operator --versionThis will display the current version of the operator binary.
Aligned Layer Node Operator version v0.9.2
Restart the operator based on your system config