phoebe/modules
Peter Jones b2fd566c36
Breaking Change: Completely Change PostgreSQL Account Management
This is a breaking change that will require you to change your Phoebe
settings for PostgreSQL.

  * New database configuration options

  * Accounts no longer automatically create databases

  * Databases have `owners' that tie them back to an account

  * Databases have `users' that grant accounts full access

  * Databases have `readers' that grant read-only access to accounts

  * Accounts can use `ident' authentication for local connections if
    you enable the `allowIdent' option.

  * Existing accounts that are not configured via Phoebe will be
    locked so they cannot be used.  That way if you delete a user from
    Phoebe the account will continue to exist, but won't have access
    to anything.
2019-04-30 08:12:06 -07:00
..
backup New module: phoebe.backup.postgresql 2019-03-06 14:48:44 -07:00
security security: Some settings should always be enabled 2018-12-20 16:54:36 -07:00
services Breaking Change: Completely Change PostgreSQL Account Management 2019-04-30 08:12:06 -07:00
default.nix New module: phoebe.backup.postgresql 2019-03-06 14:48:44 -07:00