Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/discourse] Migration error discource on fresh startup running in k8s cluster #31303

Open
3ayazaya opened this issue Jan 11, 2025 · 2 comments
Assignees
Labels
discourse tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@3ayazaya
Copy link

3ayazaya commented Jan 11, 2025

Name and Version

bitnami/discourse 15.0.5

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Fresh install k8s (Talos)
  2. Helm install

Are you using any custom parameters or values?

helm install discource bitnami/discourse --set='auth.existingSecret=discource-admin-password,auth.username=admin,[email protected],siteName="temp",discourse.resourcesPreset=nano,image.tag=latest'

What do you see instead?

ERROR:  relation "translation_overrides" does not exist at character 523
STATEMENT:  SELECT a.attname, format_type(a.atttypid, a.atttypmod),
 	       pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,
 	       c.collname, col_description(a.attrelid, a.attnum) AS comment
 	  FROM pg_attribute a
 	  LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum
 	  LEFT JOIN pg_type t ON a.atttypid = t.oid
 	  LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation
 	 WHERE a.attrelid = '"translation_overrides"'::regclass
 	   AND a.attnum > 0 AND NOT a.attisdropped
 	 ORDER BY a.attnum

Additional information

This a is known issue
https://meta.discourse.org/t/migration-error-on-fresh-startup-running-in-k8s-cluster/184751
https://meta.discourse.org/t/pg-undefinedtable-error-relation-translation-overrides-does-not-exist/42599
But I don't fix it :(

@3ayazaya 3ayazaya added the tech-issues The user has a technical issue about an application label Jan 11, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 11, 2025
@3ayazaya 3ayazaya changed the title Migration error discource on fresh startup running in k8s cluster [bitnami/discourse] Migration error discource on fresh startup running in k8s cluster Jan 11, 2025
@carrodher
Copy link
Member

Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.

If you think that's not the case and want to contribute a solution, we'd like to invite you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Please feel free to contact us if you have any questions or need assistance.

If you have any questions about the application, customizing its content, or using technology and infrastructure, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

@3ayazaya
Copy link
Author

But I install with README from your repo....
Without custom my specific environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discourse tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants