Package Details: questdb 7.4.0-1

Git Clone URL: https://aur.archlinux.org/questdb.git (read-only, click to copy)
Package Base: questdb
Description: Fast timeseries database
Upstream URL: https://questdb.io
Keywords: database timeseries
Licenses: Apache
Submitter: sunng
Maintainer: sunng
Last Packager: sunng
Votes: 1
Popularity: 0.000211
First Submitted: 2021-10-16 14:36 (UTC)
Last Updated: 2024-03-22 17:56 (UTC)

Dependencies (2)

Required by (0)

Sources (5)

Latest Comments

LoZed commented on 2022-07-22 08:06 (UTC) (edited on 2022-07-22 08:12 (UTC) by LoZed)

@sunng ah ok thanks, I was starting with the script manually.

sunng commented on 2022-07-22 07:54 (UTC)

@LoZed it seems correct. You should be able to use systemctl start questdb to get it work.

LoZed commented on 2022-07-22 07:43 (UTC) (edited on 2022-07-22 08:05 (UTC) by LoZed)

@sunng sure, drwxr-xr-x questdb questdb

update: I just updated to 6.4.3-3 and running it as user questdb works now. However, it created a tmp root directory because it didn't have the rights in my home directory. Creating a testdb directory with questdb ownership in my home directory fails with

Exception in thread "main" java.io.FileNotFoundException: /home/<user>/testdb/public/version.txt (Permission denied)
    at java.base/java.io.FileOutputStream.open0(Native Method)
    at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293)
    at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:235)
    at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184)
    at io.questdb@6.4.3/io.questdb.ServerMain.setPublicVersion(ServerMain.java:411)
    at io.questdb@6.4.3/io.questdb.ServerMain.extractSite0(ServerMain.java:488)
    at io.questdb@6.4.3/io.questdb.ServerMain.extractSite(ServerMain.java:435)
    at io.questdb@6.4.3/io.questdb.ServerMain.<init>(ServerMain.java:98)
    at io.questdb@6.4.3/io.questdb.ServerMain.main(ServerMain.java:315)

Creating it outside of my home, e.g. /tmp/testdb works.

sunng commented on 2022-07-22 07:34 (UTC)

@LoZed could you please check the owner and permissions of /var/log/questdb?

LoZed commented on 2022-07-21 14:15 (UTC)

Hi, I get the following error when starting questdb

/usr/bin/questdb: line 191: /var/log/questdb//stdout-2022-07-21T16-08-53.txt: Permission denied

Starting it as another user (root or questdb) doesn't seem to be the solution. Should I set some rights somewhere?

vbmithr commented on 2022-03-18 22:30 (UTC)

Thanks. Now it works with latest JRE as well, no need to pin to version 11. Thanks!