summaryrefslogtreecommitdiffstats
path: root/upgrade_config.template
blob: 4ce2bd9e13a32162f5483f3cacf784001006c93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Consider those are to shell strings, so wrap those by quotes when needed

# ID
postgresql

# Version of the previous stack
major           9.2

# Location of default data
data_default    "/var/lib/pgsql/data"

# Location of binaries
engine          /usr/bin

# Just to feed ./postgresql-setup --upgrade-ids help output
description     "In-place upgrade from Fedora 19 (PostgreSQL 9.2)"