[Piuparts-commits] [piuparts] 02/03: upgrade to postgresql 10 in sid/buster

Holger Levsen holger at layer-acht.org
Thu Oct 5 11:35:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 8036a28c0cf0a3d1dd500971b0549058104c89c5
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Oct 5 09:22:33 2017 +0200

    upgrade to postgresql 10 in sid/buster
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/pre_distupgrade_zz_database-server | 7 +++++--
 debian/changelog                                          | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/custom-scripts/scripts/pre_distupgrade_zz_database-server b/custom-scripts/scripts/pre_distupgrade_zz_database-server
index 4dd8533..55af05c 100755
--- a/custom-scripts/scripts/pre_distupgrade_zz_database-server
+++ b/custom-scripts/scripts/pre_distupgrade_zz_database-server
@@ -130,8 +130,11 @@ case "${PIUPARTS_DISTRIBUTION}:${PIUPARTS_DISTRIBUTION_NEXT}" in
 	jessie:stretch)
 		upgrade_pg_cluster 9.4 9.6
 		;;
-	jessie:sid)
-		upgrade_pg_cluster 9.4 9.6
+	stretch:buster)
+		upgrade_pg_cluster 9.6 10
+		;;
+	stretch:sid)
+		upgrade_pg_cluster 9.6 10
 		;;
 esac
 
diff --git a/debian/changelog b/debian/changelog
index d9a8a31..f09681a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ piuparts (0.81) UNRELEASED; urgency=medium
     - Add to ignored_files:
       + /var/log/tallylog (Closes: #877592)
     - Run post_chroot_unpack scripts before initial apt-get update.
+  * scripts/pre_distupgrade_zz_database-server: sid/buster has postgresql 10.
   * Separate scripts-lenny/ from scripts-squeeze/.
   * scripts-squeeze/post_{setup,distupgrade}_squeeze-fake-essential:
     - Treat install-info as fake-essential for all tests ending in squeeze.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list