-
Notifications
You must be signed in to change notification settings - Fork 35
/
META.json
38 lines (38 loc) · 1.06 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
{
"name": "omnipitr",
"abstract": "Advanced WAL File / Backup Management Tools",
"description": "OmniPITR provides a set of tools for managing PITR, including archive_commands, restore_commands, and creating backups from either the master or slave server",
"version": "2.0.0",
"maintainer": "Robert Treat <[email protected]>",
"license": "postgresql",
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources":{
"repository":{
"url":"git://github.com/omniti-labs/omnipitr.git",
"web":"https://github.com/omniti-labs/omnipitr",
"type":"git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"pitr","backups","replication"
],
"provides": {
"omnipitr": {
"abstract": "Advanced WAL File / Backup Management Tools",
"file": "bin/omnipitr-archive",
"docfile": "doc/howto.pod",
"version": "2.0.0"
}
}
}