summary refs log tree commit diff
path: root/docs/postgres.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-166/+0
| | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
* Improve `Depends` specs in debian package. (#5675)Richard van der Hoff2019-07-171-3/+5
| | | | | | | | | | | | | | | | | | | This is basically a contrived way of adding a `Recommends` on `libpq5`, to fix #5653. The way this is supposed to happen in debhelper is to run `dh_shlibdeps`, which in turn runs `dpkg-shlibdeps`, which spits things out into `debian/<package>.substvars` whence they can later be included by `control`. Previously, we had disabled `dh_shlibdeps`, mostly because `dpkg-shlibdeps` gets confused about PIL's interdependent objects, but that's not really the right thing to do and there is another way to work around that. Since we don't always use postgres, we don't necessarily want a hard Depends on libpq5, so I've actually ended up adding an explicit invocation of `dpkg-shlibdeps` for `psycopg2`. I've also updated the build-depends list for the package, which was missing a couple of entries.
* Improved docs on setting up Postgresql (#5661)Lrizika2019-07-111-4/+15
| | | | | Added that synapse_user needs a database to access before it can auth Noted you'll need to enable password auth, linked to pg_hba.conf docs
* Remove Postgres 9.4 support (#5448)Amber Brown2019-06-181-2/+2
|
* Stop telling people to install the optional dependencies. (#5197)Richard van der Hoff2019-05-171-23/+22
| | | | | | | | | * Stop telling people to install the optional dependencies. They're optional. Also update the postgres docs a bit for clarity(?)
* Add note on tuning postgresErik Johnston2019-03-191-2/+20
|
* doc/postgres.rest: fix displaying of the last command blockBruno Pagani2018-06-041-9/+9
| | | Also indent all of them with 4 spaces.
* postgres.rst: Add instructions how to setup the postgres user and clarify ↵rubo772018-05-171-9/+23
| | | | the final step
* Document known to work postgres versionPaul Tötterman2017-09-011-0/+2
|
* Clarify doc for SQLite to PostgreSQL portBenedict Lau2017-03-011-3/+3
|
* Added installation instructions for postgres on CentOS 7Mads R. Christensen2015-12-051-2/+15
|
* Remove spurious .py from docsErik Johnston2015-09-011-1/+1
|
* Clean up scripts/Erik Johnston2015-08-271-7/+4
|
* Actually rename all isntancesErik Johnston2015-05-081-1/+1
|
* Reword port script usageErik Johnston2015-05-081-2/+2
|
* database config is not kept in separate config file anymoreMark Haines2015-05-011-13/+9
|
* Mention that postgres databases must have the correct charset encodingErik Johnston2015-04-291-0/+17
|
* improve postgres blurb a bitMatthew Hodgson2015-04-291-7/+18
|
* Fix rstErik Johnston2015-04-281-1/+2
|
* Update docs/postgres.rst to explain port script usageErik Johnston2015-04-281-0/+51
|
* Add docs on how to use synapse with psycopg2Erik Johnston2015-04-271-0/+34