PostgreSQL Server 9.3: when move to stable mirrors..??

PostgreSQL Server 9.3 is still only available trough Factory (unstable) mirror(s), when will PostgreSQL Server 9.3 move to stable mirrors…??
same question for PGAdmin package… whats the default time table for a package move from unstable to stable?

seems to work fine on 13.1 :nerd:


verwijs@linux-ud46:~> su
Wachtwoord:
linux-ud46:/home/verwijs # /etc/init.d/postgresql start
redirecting to systemctl start postgresql.service
linux-ud46:/home/verwijs # service postgresql status
postgresql.service - LSB: Start the PostgreSQL master daemon
   Loaded: loaded (/etc/init.d/postgresql)
   Active: active (exited) since Wed 2014-07-23 22:49:20 CEST; 23s ago
  Process: 4483 ExecStart=/etc/init.d/postgresql start (code=exited, status=0/SUCCESS)

Jul 23 22:49:14 linux-ud46 systemd[1]: Starting LSB: Start the PostgreSQL master daemon...
Jul 23 22:49:14 linux-ud46 su[4499]: (to root) root on (null)
Jul 23 22:49:14 linux-ud46 su[4499]: pam_unix(su-l:session): session opened for user postgres by (uid=0)
Jul 23 22:49:19 linux-ud46 postgresql[4483]: Initializing PostgreSQL 9.3.4 at location /var/lib/pgsql/data..done
Jul 23 22:49:19 linux-ud46 su[4572]: (to root) root on (null)
Jul 23 22:49:19 linux-ud46 su[4572]: pam_unix(su-l:session): session opened for user postgres by (uid=0)
Jul 23 22:49:19 linux-ud46 su[4607]: (to root) root on (null)
Jul 23 22:49:19 linux-ud46 su[4607]: pam_unix(su-l:session): session opened for user postgres by (uid=0)
Jul 23 22:49:20 linux-ud46 postgresql[4483]: Starting PostgreSQL 9.3.4 ..done
Jul 23 22:49:20 linux-ud46 systemd[1]: Started LSB: Start the PostgreSQL master daemon.

I’m using it for “open-simulator(.org)” which is pretty heavy :wink:

PostgreSQL 9.3 is available from; http://download.opensuse.org/repositories/server:/database:/postgresql/openSUSE_13.1/

It’s a normal build service repository and not “factory”.

[size=2]so “Build service” repositories are not considered “unstable”? its just a way to build packages from source for different linux repo’s …
according to Build Service Wiki: Open Build Service Portal
[/size]

The same people that are building your “stable” versions in the distribution are the ones who are building those in the ‘official’ (non-home) repositories (such as the database that I gave you). If you want “officially supported software”, you should buy SLES and use that - openSUSE is a community distribution.

For your information, I run an infrastructure that gets around a few billion (yeah, that’s a billion) hits per month using nginx and Varnish that I built myself. I guess that’s unstable because I host it in the build service? :wink: