Project

General

Profile

Actions

Bug #8905

closed

[Deployment] arvados-sso-server deb package unnecessarily depends on "postgresql" meta-package

Added by Joshua Randall about 8 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
0.5

Description

The Arvados SSO server package for Ubuntu precise depends on "postgresql" which is a meta-package that installs the latest version of postgresql.

I recently tried to upgrade my Arvados packages by running `apt-get dist-upgrade` as suggested in https://dev.arvados.org/projects/arvados/wiki/Upgrading_to_master

This broke the database because it tried to install postgresql-9.5 which didn't work because I am using postgresql-9.3 and the configuration for 9.5 conflicts with the port that the 9.5 server would have used (also there would have been no data migration so blindly upgrading the database is probably not a good idea). Subsequently removing postgresql-9.5 to avoid the port conflict also removed arvados-sso-server because of the dependency on "postgresql" (which after the dist-upgrade only refers to the newest version of postgres, so it doesn't recognise postgresql-9.3 as fulfilling that requirement).

Arguably, the arvados-sso-server package should not depend on postgresql at all. Arvados could be configured to use a postgres instance installed on a different machine, so insisting that it be present locally is unnecessary.

In order to get arvados-sso-server to work again I had to do:
  1. apt-get download arvados-sso-server
  2. dpkg --force-all -i arvados-sso-server_0.1.20160129211603.ee33cdf-4_amd64.deb

Related issues

Related to Arvados - Idea #9309: [Deployment] Make Arvados installable on CentOS 7ResolvedBrett Smith05/28/2016Actions
Has duplicate Arvados - Bug #8907: [SSO] package should not depend on postgresqlDuplicateActions
Actions #1

Updated by Joshua Randall about 8 years ago

See the note on https://wiki.postgresql.org/wiki/Apt regarding the postgresql meta-package:

Note: This repository provides "postgresql", "postgresql-contrib", and "postgresql-client" meta-packages that depend on the latest postgresql-x.y, ... packages, similar to the ones present in Debian and Ubuntu. Once a new PostgreSQL version is released, these meta-packages will be updated to depend on the new version. If you rather want to stay with a particular PostgreSQL version, you should install specific packages like "postgresql-9.5" instead of "postgresql".

Actions #2

Updated by Brett Smith about 8 years ago

  • Subject changed from arvados-sso-server deb package unnecessarily depends on "postgresql" meta-package to [Deployment] arvados-sso-server deb package unnecessarily depends on "postgresql" meta-package

I think it wants to depend on something like postgresql-server-dev-all instead, in order to build the client gem.

Actions #3

Updated by Brett Smith about 8 years ago

  • Target version set to Arvados Future Sprints
Actions #4

Updated by Tom Clegg almost 8 years ago

  • Story points set to 0.5
Actions #5

Updated by Brett Smith almost 8 years ago

  • Status changed from New to In Progress
  • Assigned To set to Brett Smith
  • Target version changed from Arvados Future Sprints to 2016-06-08 sprint
Actions #6

Updated by Brett Smith almost 8 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Applied in changeset sso-provider|commit:ad17b44f3b4d733ed915476d65eebe5e162e4ade.

Actions

Also available in: Atom PDF