Skip to content

Can not perform init using PostgreSQL non-superuser account #3

@RUAN0007

Description

@RUAN0007

For a non-superuser account, I can configure it using orpheus config.

machine@machine-HP-Pavilion-15-Notebook-PC:~/Desktop/implementation$ orpheus whoami
Logged to the database [exampledb] as [dbuser]

However, when i am performing the example init query, the following error occurs.

machine@machine-HP-Pavilion-15-Notebook-PC:~/Desktop/implementation$ orpheus init test/data.csv dataset2 -s test/sample_schema.csv
Connecting to the database [exampledb] ...
Creating the dataset [dataset2] to the database [exampledb] ...
Creating the data table using the schema provided ...
Creating the version table ...
Creating the index table ...
Operation failure, check system parameters

It seems the dataset is not successfully created.

machine@machine-HP-Pavilion-15-Notebook-PC:~/Desktop/implementation$ orpheus ls
Connecting to the database [exampledb] ...
The current database contains the following CVDs:

No dataset has been initialized before, try init first

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions