summaryrefslogtreecommitdiffstats
path: root/upgrade_config.template
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade_config.template')
-rw-r--r--upgrade_config.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/upgrade_config.template b/upgrade_config.template
new file mode 100644
index 0000000..4ce2bd9
--- /dev/null
+++ b/upgrade_config.template
@@ -0,0 +1,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)"