-
Notifications
You must be signed in to change notification settings - Fork 5
/
META.json
53 lines (53 loc) · 1.76 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "pgespresso",
"abstract": "Optional Extension for Barman, Backup and Recovery Manager for PostgreSQL. Requires at least Barman 1.3.1 and PostgreSQL 9.2, 9.3, 9.4 or 9.5.",
"description": "pgespresso is an extension that adds functions and views to be used by Barman, the disaster recovery tool written by 2ndQuadrant and released as open source (http://www.pgbarman.org/). Requires at least Barman 1.3.1 and PostgreSQL 9.2, 9.3, 9.4 or 9.5.",
"version": "1.2.0",
"maintainer": [
"Gabriele Bartolini <[email protected]>",
"Giulio Calacoci <[email protected]>",
"Marco Nenciarini <[email protected]>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs":{
"runtime":{
"requires":{
"PostgreSQL": "9.2.0"
}
}
},
"provides": {
"pgespresso": {
"file": "pgespresso--1.2.sql",
"docfile": "README.asciidoc",
"version": "1.2.0",
"abstract": "Optional Extension for Barman, Backup and Recovery Manager for PostgreSQL"
}
},
"resources": {
"homepage": "https://github.com/2ndquadrant-it/pgespresso",
"bugtracker": {
"web": "https://github.com/2ndquadrant-it/pgespresso/issues"
},
"repository": {
"url": "https://github.com/2ndquadrant-it/pgespresso.git",
"web": "https://github.com/2ndquadrant-it/pgespresso",
"type": "git"
}
},
"generated_by": "Giulio Calacoci",
"release_status": "stable",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"Barman",
"concurrent backup",
"backup",
"backup from standby",
"pgespresso"
]
}