From 7f8dc5342ca5bb9f93e46bf931d98a198916943e Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Wed, 12 Oct 2011 08:51:01 -0400 Subject: [PATCH] Fix README for 9.1+ DB creation instructions Also fix 9.0 typo of - instead of _ in filename. Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 60ca4e5789..f3c96c6074 100644 --- a/README +++ b/README @@ -374,13 +374,15 @@ Evergreen administrator account to your requested values. Creating the database on a remote server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In a production instance of Evergreen, your PostgreSQL server should be -installed on a dedicated server. To create the database in that case, you -can either: +installed on a dedicated server. For PostgreSQL 9.1 and later you should be +able to continue to use the --create-database flag on eg_db_config.pl, without +needing to install any server modules on your application machine. For +PostgreSQL 9.0 you can either: * Install the PostgreSQL contrib modules on the machine on which you are installing the Evergreen code, and use the --create-database option from that machine, or - * Copy the `Open-ILS/src/sql/Pg/create-database.sql` script to your + * Copy the `Open-ILS/src/sql/Pg/create_database.sql` script to your PostgreSQL server and invoke it as the *postgres* Linux account: + [source, bash] -- 2.43.2