++++++++++++++++++++++++++++
+ Set up basic PostgreSQL; supports transmart login
++++++++++++++++++++++++++++
ERROR: relation "searchapp.search_auth_user" does not exist
LINE 1: select username from searchapp.search_auth_user where userna...
^
Setting up PostgreSQL database
make -C ddl/postgres/GLOBAL createdb
make[1]: Entering directory '/home/transmart/transmart/transmart-data/ddl/postgres/GLOBAL'
make[1]: Nothing to be done for 'createdb'.
make[1]: Leaving directory '/home/transmart/transmart/transmart-data/ddl/postgres/GLOBAL'
make postgres_load
make[1]: Entering directory '/home/transmart/transmart/transmart-data'
make -C ddl/postgres load
make[2]: Entering directory '/home/transmart/transmart/transmart-data/ddl/postgres'
test -n "$skip_ddl_global" || make -C GLOBAL load
make[3]: Entering directory '/home/transmart/transmart/transmart-data/ddl/postgres/GLOBAL'
/usr/bin/psql -v ON_ERROR_STOP=1 --single-transaction -X -f cast_varchar_numeric.sql
/usr/bin/psql -v ON_ERROR_STOP=1 --single-transaction -X -f roles.sql
/usr/bin/psql -v ON_ERROR_STOP=1 --single-transaction -X -f extensions.sql
test `/usr/bin/psql -v ON_ERROR_STOP=1 --single-transaction -X -c "select exists (select spcname from pg_tablespace where spcname = 'transmart')" -tA` \
= 't' || { \
make /home/transmart/pg/tablespaces/transmart; \
/usr/bin/psql -v ON_ERROR_STOP=1 --single-transaction -X -c "CREATE TABLESPACE transmart LOCATION '/home/transmart/pg/tablespaces/transmart'"; }
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
Thank You in advance!
Sandy