public inbox for [email protected]help / color / mirror / Atom feed
SLES 15 SP6 support is now available 8+ messages / 2 participants [nested] [flat]
* SLES 15 SP6 support is now available @ 2024-07-30 21:28 Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Devrim Gündüz @ 2024-07-30 21:28 UTC (permalink / raw) To: pgsql-pkg-yum Hi, Just pushed packages built against SLES 15 SP6 to zypp.postgresql.org. All default links now point to 15.6 . Packages for SLES 15 SP5 are still available. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: SLES 15 SP6 support is now available @ 2024-07-31 05:28 Zaid Shabbir <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Zaid Shabbir @ 2024-07-31 05:28 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum Hello Devrim, I am trying to install PostgreSQL 16.3 on SLES 16 SP6. After the successful installation and cluster initialization i am not able to start the cluster due to /run/postgresql not found. It looks like we forgot to bundle the required directory. 2024-07-31 05:22:47.841 UTC [1717]LOG: listening on IPv4 address "127.0.0.1", port 5432 2024-07-31 05:22:47.843 UTC [1717]FATAL: could not create lock file "/run/postgresql/.s.PGSQL.5432.lock": No such file or directory 2024-07-31 05:22:47.846 UTC [1717]LOG: database system is shut down Regards, Zaid On Wed, Jul 31, 2024 at 2:29 AM Devrim Gündüz <[email protected]> wrote: > > Hi, > > Just pushed packages built against SLES 15 SP6 to zypp.postgresql.org. > All default links now point to 15.6 . Packages for SLES 15 SP5 are still > available. > > Regards, > -- > Devrim Gündüz > Open Source Solution Architect, PostgreSQL Major Contributor > Twitter: @DevrimGunduz , @DevrimGunduzTR > ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: SLES 15 SP6 support is now available @ 2024-07-31 14:58 Devrim Gündüz <[email protected]> parent: Zaid Shabbir <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Devrim Gündüz @ 2024-07-31 14:58 UTC (permalink / raw) To: Zaid Shabbir <[email protected]>; +Cc: pgsql-pkg-yum Hi Zaid, On Wed, 2024-07-31 at 10:28 +0500, Zaid Shabbir wrote: > I am trying to install PostgreSQL 16.3 on SLES 16 SP6. After the > successful installation and cluster initialization i am not able to > start the cluster due to /run/postgresql not found. What is the output of rpm -qa|grep postgresql ? Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: SLES 15 SP6 support is now available @ 2024-07-31 15:10 Zaid Shabbir <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 2 replies; 8+ messages in thread From: Zaid Shabbir @ 2024-07-31 15:10 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum Comments inline .. On Wed, Jul 31, 2024 at 7:58 PM Devrim Gündüz <[email protected]> wrote: > Hi Zaid, > > On Wed, 2024-07-31 at 10:28 +0500, Zaid Shabbir wrote: > > I am trying to install PostgreSQL 16.3 on SLES 16 SP6. After the > > successful installation and cluster initialization i am not able to > > start the cluster due to /run/postgresql not found. > > What is the output of > > rpm -qa|grep postgresql ? > rpm -qa|grep postgresql postgresql-16-lp155.5.30.noarch postgresql16-16.3-lp155.26.1.x86_64 postgresql-server-16-lp155.5.30.noarch postgresql16-server-16.3-lp155.26.1.x86_64 > > Regards, > -- > Devrim Gündüz > Open Source Solution Architect, PostgreSQL Major Contributor > Twitter: @DevrimGunduz , @DevrimGunduzTR > ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: SLES 15 SP6 support is now available @ 2024-07-31 15:11 Devrim Gündüz <[email protected]> parent: Zaid Shabbir <[email protected]> 1 sibling, 1 reply; 8+ messages in thread From: Devrim Gündüz @ 2024-07-31 15:11 UTC (permalink / raw) To: Zaid Shabbir <[email protected]>; +Cc: pgsql-pkg-yum Hi, On Wed, 2024-07-31 at 20:10 +0500, Zaid Shabbir wrote: > > rpm -qa|grep postgresql > > postgresql-16-lp155.5.30.noarch > > postgresql16-16.3-lp155.26.1.x86_64 > > postgresql-server-16-lp155.5.30.noarch > postgresql16-server-16.3-lp155.26.1.x86_64 They are not our packages. Please run zypper refresh and try again. Our packages have PGDG tag. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: SLES 15 SP6 support is now available @ 2024-08-01 09:45 Zaid Shabbir <[email protected]> parent: Devrim Gündüz <[email protected]> 0 siblings, 1 reply; 8+ messages in thread From: Zaid Shabbir @ 2024-08-01 09:45 UTC (permalink / raw) To: Devrim Gündüz <[email protected]>; +Cc: pgsql-pkg-yum Hello Devrim, You are right. My initial installation was done through the SUSE LLC vendor repository because it is built in. After refreshing, it is now working fine and picking up the latest postgresql16-server package from the pgdg repository. For the installation, I am following the steps outlined on https://zypp.postgresql.org/howtozypp/. Current steps written with some breaks like SLES 15 SP 6: SLES 15 SP 5: SLES 12: etc. These steps look good, but is it possible to make the installation steps more interactive, like those on other platforms? [image: image.png] https://www.postgresql.org/download/linux/redhat/ Thanks On Wed, Jul 31, 2024 at 8:11 PM Devrim Gündüz <[email protected]> wrote: > Hi, > > On Wed, 2024-07-31 at 20:10 +0500, Zaid Shabbir wrote: > > > > rpm -qa|grep postgresql > > > > postgresql-16-lp155.5.30.noarch > > > > postgresql16-16.3-lp155.26.1.x86_64 > > > > postgresql-server-16-lp155.5.30.noarch > > postgresql16-server-16.3-lp155.26.1.x86_64 > > They are not our packages. Please run > > zypper refresh > > and try again. Our packages have PGDG tag. > > Regards, > -- > Devrim Gündüz > Open Source Solution Architect, PostgreSQL Major Contributor > Twitter: @DevrimGunduz , @DevrimGunduzTR > Attachments: [image/png] image.png (211.3K, 3-image.png) download | view image ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: SLES 15 SP6 support is now available @ 2024-08-01 13:53 Devrim Gündüz <[email protected]> parent: Zaid Shabbir <[email protected]> 1 sibling, 0 replies; 8+ messages in thread From: Devrim Gündüz @ 2024-08-01 13:53 UTC (permalink / raw) To: Zaid Shabbir <[email protected]>; +Cc: pgsql-pkg-yum Hi, On Wed, 2024-07-31 at 20:10 +0500, Zaid Shabbir wrote: > rpm -qa|grep postgresql > > postgresql-16-lp155.5.30.noarch > > postgresql16-16.3-lp155.26.1.x86_64 > > postgresql-server-16-lp155.5.30.noarch > postgresql16-server-16.3-lp155.26.1.x86_64 BTW this was my fault -- I accidentally excluded PostgreSQL RPMs built against SP6 while uploading the new packages. Noticed that while testing on a fresh VM after your email. Sorry about the inconvenience and thanks for the quick test! Cheers, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: SLES 15 SP6 support is now available @ 2024-08-01 15:03 Devrim Gündüz <[email protected]> parent: Zaid Shabbir <[email protected]> 0 siblings, 0 replies; 8+ messages in thread From: Devrim Gündüz @ 2024-08-01 15:03 UTC (permalink / raw) To: Zaid Shabbir <[email protected]>; +Cc: pgsql-pkg-yum Hi, On Thu, 2024-08-01 at 14:45 +0500, Zaid Shabbir wrote: > > For the installation, I am following the steps outlined on > https://zypp.postgresql.org/howtozypp/. Current steps written with > some > breaks like SLES 15 SP 6: SLES 15 SP 5: SLES 12: etc. These steps look > good, but is it possible to make the installation steps more > interactive, > like those on other platforms? > > [image: image.png] > https://www.postgresql.org/download/linux/redhat/ That part is under website team's control. I will email to -www tomorrow. Regards, -- Devrim Gündüz Open Source Solution Architect, PostgreSQL Major Contributor Twitter: @DevrimGunduz , @DevrimGunduzTR Attachments: [application/pgp-signature] signature.asc (858B, 2-signature.asc) download ^ permalink raw reply [nested|flat] 8+ messages in thread
end of thread, other threads:[~2024-08-01 15:03 UTC | newest] Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2024-07-30 21:28 SLES 15 SP6 support is now available Devrim Gündüz <[email protected]> 2024-07-31 05:28 ` Zaid Shabbir <[email protected]> 2024-07-31 14:58 ` Devrim Gündüz <[email protected]> 2024-07-31 15:10 ` Zaid Shabbir <[email protected]> 2024-07-31 15:11 ` Devrim Gündüz <[email protected]> 2024-08-01 09:45 ` Zaid Shabbir <[email protected]> 2024-08-01 15:03 ` Devrim Gündüz <[email protected]> 2024-08-01 13:53 ` Devrim Gündüz <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox