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
For a non-superuser account, I can configure it using orpheus config.
However, when i am performing the example init query, the following error occurs.
It seems the dataset is not successfully created.