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:
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:
| require 'rubygems' | |
| require 'aws-sdk' | |
| # This code snippet sends a push notification to a device using the Amazon SNS service. | |
| # | |
| # It is using the preview V2 amazon gem as per: | |
| # https://aws.amazon.com/sdk-for-ruby/ | |
| # | |
| # This was installed using: | |
| # $ gem install aws-sdk --pre |