From cd457011be1e053f154d1d78b0e733c131470dca Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 4 Oct 2022 21:46:41 +0100 Subject: now using soundxdb extract rather than database opcodes directly --- sql/README.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 sql/README.md (limited to 'sql/README.md') diff --git a/sql/README.md b/sql/README.md deleted file mode 100755 index 1dafe7a..0000000 --- a/sql/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Database dump -partialemergence.sql contains an excerpt of the SONICS database system to be used with Partial Emergence. -The script should be executed on a PostgreSQL server with the version 13.1 or above and will create a database named *partialemergence*, a user with the same name, and relevant objects within the database which are used by SONICS UDOs. - -The executing user must have CREATE DATABASE and CREATE USER permissions among others, so it is best to run as an admin user or even the postgres user. - -The password for *partialemergence* is hardcoded in the sql script and matches the password specified in sonics/__config__.udo. These should be altered accordingly if required. - -If the database is to be run on the same host as Csound runs, then no alterations are required to __config__.udo ; otherwise PGDB_HOST should be changed or the relevant macro passed at invocation. - -The PostgreSQL instance's pg_hba.conf may also need altering in order to allow relevant host based access to the database. \ No newline at end of file -- cgit v1.2.3