Skip to main content

devpi-postgresql: a PostgreSQL storage backend for devpi-server

Project description

devpi-postgresql: a PostgreSQL storage backend for devpi-server

This plugin adds a PostgreSQL storage backend for devpi-server.

Installation

devpi-postgresql needs to be installed alongside devpi-server.

You can install it with:

pip install devpi-postgresql

Requirements

At least PostgreSQL 9.5 is required for ON CONFLICT support.

Usage

When using the PostgreSQL storage, devpi-server expects an empty database. You have to create one like this: createdb devpi Depending on your PostgreSQL setup you have to create a user and grant it permissions on the new database like this:

CREATE ROLE devpi WITH LOGIN;
GRANT CREATE, CONNECT ON DATABASE devpi TO devpi;

Upon first initialization of devpi-server use --storage pg8000 to select the PostgreSQL backend.

By default it’ll use the devpi database on localhost port 5432. To change that, use storage pg8000:host=example.com,port=5433,database=devpi_prod. The possible settings are: database, host, port, unix_sock, user and password

All user/index files and metadata of devpi-server are stored in the database. A few things and settings are still stored as files in the directory specified by --serverdir.

Plugins like devpi-web don’t or can’t use the storage backend. They still handle their own storage.

Changelog

1.0.0 (2019-04-26)

Deprecations and Removals

  • Requires at least PostgreSQL 9.5 for ON CONFLICT support.

  • Dropped support for Python 2.x and PyPy2.

0.3.0 (2018-09-08)

Bug Fixes

  • Fixes required for bug fixes devpi-server 4.7.0.

0.2.0 (2018-01-17)

Bug Fixes

  • Use advisory locks to serialize writes.

0.1.1 (2017-12-12)

  • Add unix_sock, user and password to possible connection options. Thanks to Szabolcs Rumi for the patch.

0.1.0 (2016-02-11)

  • initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devpi-postgresql-1.0.0.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

devpi_postgresql-1.0.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file devpi-postgresql-1.0.0.tar.gz.

File metadata

  • Download URL: devpi-postgresql-1.0.0.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: devpi-server/4.8.1.dev0 (py2.7.13; linux2)

File hashes

Hashes for devpi-postgresql-1.0.0.tar.gz
Algorithm Hash digest
SHA256 fca04c61399a335bd391ceb34e99683388f23db7f7aca65722b920c2f9f9cef1
MD5 2cbc926fa14a9249d7d30531ba10e78b
BLAKE2b-256 260130b5de5d1325c381beb808de96a9a68c405e28a14990a48f991ad03d0573

See more details on using hashes here.

File details

Details for the file devpi_postgresql-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for devpi_postgresql-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 87fd55e71d927328f9868c9a99b039d27d7bf647b42e2aadb6000b979347a1f7
MD5 c613ee57c9937e6625d57d60ec391743
BLAKE2b-256 ebb79dd2ae1452224be5f578828dd17dbf963a98036ed4c4225aaee771e2abaf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page