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

typo helm chart pvc path is broken #1024

Closed
marijusGood opened this issue Nov 15, 2023 · 1 comment
Closed

typo helm chart pvc path is broken #1024

marijusGood opened this issue Nov 15, 2023 · 1 comment

Comments

@marijusGood
Copy link
Contributor

marijusGood commented Nov 15, 2023

The volumeMounts for fileadmin and typo3conf are /fileadmin and /typo3conf respectively. With this path, when the container dies, typo3 asks to register the db and your account again, indicating that the volumes did not work.

To fix this problem, the volumes should be /var/www/html/fileadmin /var/www/html/typo3conf

as seen here:
kubectl exec -it typo3-66b5f484cd-q2szd -n typo3 -- /bin/bash
root@typo3-66b5f484cd-q2szd:/var/www/html# ls
fileadmin index.php typo3 typo3_src typo3_src-12.4.6 typo3conf typo3temp uploads

I have tested it on the initially provided container 11.5 and the latest one and it works all fine.

christianhuth added a commit that referenced this issue Feb 10, 2024
fixed typo volumes pointing to the wrong path on the container #1024
@christianhuth
Copy link
Owner

fixed with v1.19.1 of the Helm Chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants