Package Details: greptimedb-bin 0.18.0.20251006-1

Git Clone URL: https://aur.archlinux.org/greptimedb-bin.git (read-only, click to copy)
Package Base: greptimedb-bin
Description: Open-source time-series database.
Upstream URL: https://github.com/GreptimeTeam/greptimedb
Keywords: database
Licenses: Apache-2.0
Provides: greptimedb
Submitter: sunng
Maintainer: sunng
Last Packager: sunng
Votes: 1
Popularity: 0.000000
First Submitted: 2022-11-18 08:29 (UTC)
Last Updated: 2025-10-06 18:43 (UTC)

Latest Comments

1 2 Next › Last »

sunng commented on 2025-06-09 19:20 (UTC)

@vbmithr updated. thank you! The source files are available at https://github.com/sunng87/greptimedb-bin.aur You are welcomed to create issue or patch for it.

vbmithr commented on 2025-06-09 14:18 (UTC)

@sunng In greptimedb.service, greptime standalone stop does not exists, please remove.

sunng commented on 2025-05-31 02:21 (UTC)

@vbmithr done! it should be available in minutes

vbmithr commented on 2025-05-30 11:57 (UTC)

backup=('etc/greptimedb/greptimedb.toml')

vbmithr commented on 2025-05-30 11:13 (UTC)

Thank you. Also very important, could you add a backup field

https://wiki.archlinux.org/title/PKGBUILD#backup

This is required so that upgrading the package does not trash existing configuration (pacnew/pacsave).

Thanks.

sunng commented on 2025-05-20 06:56 (UTC)

@vbmithr Configuration updated. Thank you!

vbmithr commented on 2025-04-11 13:58 (UTC)

config file is outdated. Please update because I lost some time because of this, greptimedb just ignores the config sections. Also in [grpc], it's bind_addr not addr.

micwoj92 commented on 2023-10-14 12:00 (UTC)

Needs zlib, gcc-libs and glibc in depends.

vbmithr commented on 2023-01-16 15:15 (UTC)

Oh ok, I always compile AUR packages with debug on that's why. All good then :)

sunng commented on 2022-12-26 13:05 (UTC)

@vbmithr the binary contains debug information. Don't worry, archlinux has strip process to shrink the final binary size, on my machine it's 95M. The upstream will also work on binary size shrinking.