This gist was created based on the following guide: upgrading to postgresql 11 on centos 7
Create a backup:
sudo -Hiu postgres pg_dumpall > mybackup.sqlInstall PostgreSQL 11:
| { | |
| "ruleChain": { | |
| "additionalInfo": { | |
| "description": "" | |
| }, | |
| "name": "Alarm status filter example", | |
| "type": "CORE", | |
| "firstRuleNodeId": null, | |
| "root": false, | |
| "debugMode": false, |
This gist was created based on the following guide: upgrading to postgresql 11 on centos 7
Create a backup:
sudo -Hiu postgres pg_dumpall > mybackup.sqlInstall PostgreSQL 11:
TL;DR
Create a backup:
sudo -Hiu postgres pg_dumpall > mybackup.sqlInstall Postgres 11, and then: