Skip to content

Fix systemd service example#453

Merged
javier merged 3 commits into
questdb:mainfrom
mysubb01:fix-systemd-service-example
May 27, 2026
Merged

Fix systemd service example#453
javier merged 3 commits into
questdb:mainfrom
mysubb01:fix-systemd-service-example

Conversation

@mysubb01
Copy link
Copy Markdown
Contributor

Summary

  • update the systemd ExecStart example so JVM options are passed before the module path/main module
  • replace UseParallelOldGC with UseParallelGC and set -Dcontainerized=false for the non-containerized service example
  • create ~/bin and ~/var/lib/questdb in the setup snippet so first-time installs have the required paths
  • fix a few small wording typos on the page

Verification

  • source /Users/wy/.nvm/nvm.sh && nvm exec 22.22.2 npx --yes yarn@1.22.22 install --frozen-lockfile
  • source /Users/wy/.nvm/nvm.sh && nvm exec 22.22.2 npx --yes yarn@1.22.22 build
  • git diff --check

Fixes questdb/questdb#4265
Related to #224 and questdb/questdb#4258

@javier javier added the preview label May 27, 2026
@javier
Copy link
Copy Markdown
Collaborator

javier commented May 27, 2026

Thanks!

@github-actions
Copy link
Copy Markdown

🚀 Build success!

Latest successful preview: https://preview-453--questdb-documentation.netlify.app/docs/

Commit SHA: 54b943f

📦 Build generates a preview & updates link on each commit.

@javier javier merged commit f58909b into questdb:main May 27, 2026
@enricobenedos
Copy link
Copy Markdown

Thanks @mysubb01,

but unfortunately the Java installation steps are wrong. In fact the Oracle JDK download link doesn't work. Should the JDK the right choice or maybe JRE is enough?

At this point a good idea should be to use AdoptOpenJDK or other sources? For example Debian is shipped with a default JRE.

@javier
Copy link
Copy Markdown
Collaborator

javier commented Jun 4, 2026

Thanks @enricobenedos. It seems the link is stale now. In any case, I also updated to use OpenJDK, as it is the one we use for CI. And also bumped the version, since we recently moved to support java 25 #461

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix questdb.service example

4 participants