pg_dumpall > backup.out
For Ubuntu 14.04
sudo add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main"
{ | |
"points": { | |
"p6": [0.232, 0.26986507], | |
"p7": [0.77066667, 0.26986507], | |
"p8": [0.77066667, 0.46626687], | |
"p9": [0.232, 0.46626687] | |
}, | |
"cv_objects": { | |
"0EAF8033-9501-6BC2-9653-E40CE148D301": { | |
"closed": true, |
option_settings: | |
- namespace: aws:elasticbeanstalk:command | |
option_name: DeploymentPolicy | |
value: Immutable | |
- namespace: aws:elasticbeanstalk:command | |
option_name: Timeout | |
value: 900 | |
- namespace: aws:elasticbeanstalk:cloudwatch:logs |
{ | |
"version" : "v2", | |
"answers" : { | |
"polygons" : { | |
"type" : "polygons", | |
"data" : [{ | |
"_id" : "id-poly-01", | |
"label" : "tree", | |
"points" : { | |
"p1" : {"x" : 0, "y" : 1}, |
{ | |
"points" : { | |
"p1" : { | |
"x" : 0.5, | |
"y" : 0.6 | |
}, | |
"p2" : { | |
"x" : 0.5, | |
"y" : 0.6 | |
}, |
GOOGLE_CLIENT_ID= | |
GOOGLE_CLIENT_SECRET= | |
GOOGLE_CALLBACK_URL= | |
POSTGRES_USERNAME= | |
POSTGRES_PASSWORD= | |
POSTGRES_HOST= | |
POSTGRES_DATABASE= | |
GOOGLE_HOSTED_DOMAIN=example.com |