From babf4b566ecb3414d2bcb08b325d19223f23b4c8 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Mon, 26 Feb 2024 15:22:16 +0000 Subject: [PATCH] Publish more info about the extra repos. They were available in our wiki before. Better to move them here. Also overhaul the installation instructions . --- templates/pages/howtozypp.html | 112 +++++++++++++-------------------- 1 file changed, 43 insertions(+), 69 deletions(-) diff --git a/templates/pages/howtozypp.html b/templates/pages/howtozypp.html index 443cf1f..395f8a2 100644 --- a/templates/pages/howtozypp.html +++ b/templates/pages/howtozypp.html @@ -8,70 +8,61 @@

You can use the zypper package manager to install PostgreSQL and/or other - components on an SLES 12 / SLES 15 host. zypper will attempt to satisfy + components on an SLES 15 / SLES 12 host. zypper will attempt to satisfy package dependencies as it installs a package, but some components require - access to specific repositories that are not hosted at postgresql.org. + access to specific repositories that are not hosted at postgresql.org or SLES + official repositories: +

+

+ +

+ Also add SUSEConnect and the SUSE Package Hub extension to the SLES host, + and register the host with SUSE, allowing access to SUSE repositories. Use + these commands: +
+ SLES 15: + + SUSEConnect -p sle-module-desktop-applications/15.5/x86_64
+ SUSEConnect -p sle-module-development-tools/15.5/x86_64
+ SUSEConnect -p PackageHub/15.5/x86_64
+
+
+ SLES 12: + + zypper install SUSEConnect
+ SUSEConnect -p PackageHub/12/x86_64
+ SUSEConnect -p sle-sdk/12/x86_64
+

+

- To add PostgreSQL and/or other components, use the following commands to - add PostgreSQL community repository configuration files to your SLES host: + For detailed information about registering a SUSE host, visit: + https://www.suse.com/support/kb/doc/?id=7016626.

- PostgreSQL 17 (v17 PACKAGES ARE FOR ALPHA TESTING ONLY! USE v13 PACKAGES FOR PRODUCTION) -

- - PostgreSQL 16 -

- -

- PostgreSQL 15 + SLES 12:

- - -

- PostgreSQL 14 -

- - - -

- PostgreSQL 13 -

- - -

- PostgreSQL 12 -

- - -

- PostgreSQL 11 -

- +

After creating the repository configuration files, use the zypper @@ -82,23 +73,6 @@ zypper refresh

-

- Before installing PostgreSQL and/or other supporting components, you must - also add SUSEConnect and the SUSE Package Hub extension to the SLES host, - and register the host with SUSE, allowing access to SUSE repositories. Use - the commands: -

- - zypper install SUSEConnect
- SUSEConnect -p PackageHub/12/x86_64
- SUSEConnect -p sle-sdk/12/x86_64
-
-

-

- For detailed information about registering a SUSE host, visit: - https://www.suse.com/support/kb/doc/?id=7016626. -

-

Installing PostgreSQL on SLES host

@@ -106,19 +80,19 @@ the SLES host:

- PostgreSQL 15: + PostgreSQL 16:

- zypper install postgresql15-server + zypper install postgresql16-server

- PostgreSQL 14: + PostgreSQL 15:

- - zypper install postgresql14-server + + zypper install postgresql15-server

-- 2.39.5