Skip to content

Rename Scribe to PQS - #3

Open
adrien-piquerez-da wants to merge 2 commits into
mainfrom
adrienp/pqs-rename
Open

Rename Scribe to PQS#3
adrien-piquerez-da wants to merge 2 commits into
mainfrom
adrienp/pqs-rename

Conversation

@adrien-piquerez-da

@adrien-piquerez-da adrien-piquerez-da commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

User facing changes

Assembly JAR and main class

  • Breaking: Renamed the assembly JAR from scribe.jar to pqs.jar.
  • Breaking: Renamed the main class from com.digitalasset.scribe.Main to com.digitalasset.pqs.Main.

Postgres connection

  • Breaking: Renamed the application name property in the Postgres connection from scribe to pqs.

Configuration

  • Added support for environment configuration with PQS_ prefix (e.g. PQS_TARGET_POSTGRES_HOST).
  • SCRIBE_ is still supported as a fallback and it prints a deprecation warning.
  • Breaking: Moved default cache directory from /tmp/scribe to /tmp/pqs.

Dpm component

Both participant-query-store and legacy scribe components are published. They configure the same pqs command which invokes pqs.jar.

Docker image

  • Both participant-query-store and legacy scribe images are built and published. The entrypoint is java -jar pqs.jar.
  • Breaking: Renamed org.opencontainers.image.ref.name label from scribe to participant-query-store.
  • Breaking: Renamed OTEL_SERVICE_NAME from scribe to pqs.

Metrics and attributes

  • Breaking: Renamed all metrics and attributes prefix from scribe to pqs.

Ecosystem tests

cn-quickstart

Bump PQS docker image after rename
Bump PQS docker image after rename + rename everything SCRIBE to PQS

daml-shell

Bump PQS docker image after rename
Bump PQS docker image after rename + rename everything SCRIBE to PQS

canton-network-apps

Try new PQS image after rename
Rename everything Scribe to PQS

@adrien-piquerez-da
adrien-piquerez-da force-pushed the adrienp/pqs-rename branch 2 times, most recently from 1609c4b to df0f0bf Compare July 17, 2026 11:00
@adrien-piquerez-da
adrien-piquerez-da marked this pull request as ready for review August 17, 2026 10:57
@adrien-piquerez-da
adrien-piquerez-da requested a review from a team as a code owner August 17, 2026 10:57
@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown

✅ Release-notes check passed.

@github-actions github-actions Bot added the Standard-Change Used for infra / prod app changes or releases label Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Standard-Change Used for infra / prod app changes or releases team-sdk-clients

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant