File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -42,5 +42,23 @@ If you want to use GIT:
42
42
You can specify several environmental variables depending on desirable result:
43
43
44
44
* PROBACKUP_VERSION=[ 2.1.3/2.1.5] - pg_probackup full version
45
- * PROBACKUP_EDITION=[ vanilla/std] -- fork to build probackup for, default 'vanilla'
45
+ * PROBACKUP_EDITION=[ vanilla/std/enterprise ] -- fork to build probackup for, default 'vanilla'
46
46
* PROBACKUP_PATCH_POSTGRESQL=[ YES/NO] -- apply probackup specific patches, default NO
47
+
48
+ To build pg_probackup installer for vanilla PostgreSQL, run:
49
+
50
+ SET SDK=MSVC2013
51
+ SET PROBACKUP_VERSION=2.1.5
52
+ SET PG_MAJOR_VERSION = 11
53
+ SET PG_PATCH_VERSION = 4
54
+ SET PROBACKUP_EDITION=vanilla
55
+
56
+ To build pg_probackup installer for PostgresPro Standart, run:
57
+
58
+ SET SDK=MSVC2013
59
+ SET PROBACKUP_VERSION=2.1.5
60
+ SET PG_MAJOR_VERSION = 11
61
+ SET PG_PATCH_VERSION = 4
62
+ SET PROBACKUP_EDITION=std
63
+ SET GIT_PATH=https://git.postgrespro.ru/pgpro-dev/postgrespro.git
64
+ SET GIT_BRANCH=PGPRO11_4_1
Original file line number Diff line number Diff line change 3
3
<?include Variables .wxi?>
4
4
<!-- Product details -->
5
5
6
- <Product Id =" $(var.ProductCode) "
6
+ <Product Id =" * "
7
7
Name =" $(var.APPNAME) $(var.APPVERSION) for $(var.PG_DEF_BRANDING)"
8
8
Language =" 1049"
9
9
Version =" $(var.APPVERSION)"
You can’t perform that action at this time.
0 commit comments