diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-22 07:22:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-22 07:22:53 +0200 |
commit | 2b54ecf7a91aa7cda22c4fd983791433387566c2 (patch) | |
tree | df235d8fac7b986e4b29625142579fcf676e4c91 /README.md | |
parent | 970cb57c68697943b1e2ba0e7181251e7be31c5f (diff) |
Note that we need at least postgresql v9.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,9 +45,9 @@ Setup --- First, you need to set up a PostgreSQL database so that travelynx can store -user accounts and journeys. Version 9.6 or later with UTF-8 locale (e.g. -`en_US.UTF-8`) should work fine. The following steps describe setup on a -Debian 9 system, though setup on other distribution should be similar. +user accounts and journeys. It must be at least version 9.4 and should use a +UTF-8 locale. The following steps describe setup on a Debian 9 system, though +setup on other distribution should be similar. * Write down a strong random password * Create a postgres user for travelynx: `sudo -u postgres createuser -P travelynx` |