]> source.dussan.org Git - nextcloud-server.git/commitdiff
pgsql support added
authorThomas Müller <thomas.mueller@tmit.eu>
Fri, 19 Jul 2013 08:49:30 +0000 (10:49 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Fri, 19 Jul 2013 08:49:30 +0000 (10:49 +0200)
autotest.sh

index 6f1cd2ba22cf95282418e00713f41a504afd01a1..abe0b92586ca24191e9b4f99742189ba88888b1b 100755 (executable)
@@ -170,10 +170,13 @@ fi
 #
 # NOTES on pgsql:
 #  - su - postgres
-#  - createuser -P (enter username and password and enable superuser)
+#  - createuser -P oc_autotest (enter password and enable superuser)
 #  - to enable dropdb I decided to add following line to pg_hba.conf (this is not the safest way but I don't care for the testing machine):
 # local        all     all     trust
 #
+#  - for parallel executor support with EXECUTOR_NUMBER=0:
+#  - createuser -P oc_autotest0 (enter password and enable superuser)
+#
 # NOTES on oci:
 #  - it's a pure nightmare to install Oracle on a Linux-System
 #  - DON'T TRY THIS AT HOME!