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/wordpress] Injecting extra config into wp-config.php #22513

Closed
v1nc3nt27 opened this issue Jan 19, 2024 · 5 comments
Closed

[bitnami/wordpress] Injecting extra config into wp-config.php #22513

v1nc3nt27 opened this issue Jan 19, 2024 · 5 comments
Assignees
Labels
solved stale 15 days without activity tech-issues The user has a technical issue about an application wordpress

Comments

@v1nc3nt27
Copy link

v1nc3nt27 commented Jan 19, 2024

Name and Version

bitnami/wordpress 19.1.2 helm chart

What architecture are you using?

amd64

What steps will reproduce the bug?

I use the latest helm chart 19.1.2 and I want to inject extra config via wordpressExtraConfigContent

wordpressExtraConfigContent: |
  define('WP_ALLOW_REPAIR', true);

I saw #21616 and I was wondering if there is any setup that allows wordpressExtraConfigContent to work or is it buggy at the moment?

Are you using any custom parameters or values?

wordpressSkipInstall: true 
wordpressExtraConfigContent: |
  define('WP_ALLOW_REPAIR', true);

What is the expected behavior?

I expect that the additional config is added to wp-config.php

What do you see instead?

Nothing is added.

@v1nc3nt27 v1nc3nt27 added the tech-issues The user has a technical issue about an application label Jan 19, 2024
@github-actions github-actions bot added the triage Triage is needed label Jan 19, 2024
@github-actions github-actions bot removed the triage Triage is needed label Jan 20, 2024
@github-actions github-actions bot assigned rafariossaa and unassigned carrodher Jan 20, 2024
@rafariossaa
Copy link
Contributor

Are you upgrading or installing from scratch ?
I am asking because WORDPRESS_EXTRA_WP_CONFIG_CONTENT is only used the first time when it is being installed.

@v1nc3nt27
Copy link
Author

Hm, I am migrating from a different host. But only my database is already cloned, the installation is clean, so I'd say it is an installation from scratch. The idea is to use a backup tool after installation is done to migrate the content.

@rafariossaa
Copy link
Contributor

Could you paste the PODs logs and the command you are using to deploy it ?

Copy link

github-actions bot commented Feb 9, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Feb 9, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved stale 15 days without activity tech-issues The user has a technical issue about an application wordpress
Projects
None yet
Development

No branches or pull requests

4 participants