TL;DR
Create a backup:
sudo -Hiu postgres pg_dumpall > mybackup.sql
Install Postgres 11, and then:
{ | |
"ruleChain": { | |
"additionalInfo": { | |
"description": "" | |
}, | |
"name": "Alarm status filter example", | |
"type": "CORE", | |
"firstRuleNodeId": null, | |
"root": false, | |
"debugMode": false, |
TL;DR
Create a backup:
sudo -Hiu postgres pg_dumpall > mybackup.sql
Install Postgres 11, and then: