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, 0 insertions, 16 deletions
diff --git a/upgrade_config.template b/upgrade_config.template
deleted file mode 100644
index 4ce2bd9..0000000
--- a/upgrade_config.template
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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)"