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

Variables with wrong names on config.yml #141

Closed
tobiasquinteiro opened this issue Aug 20, 2021 · 2 comments
Closed

Variables with wrong names on config.yml #141

tobiasquinteiro opened this issue Aug 20, 2021 · 2 comments

Comments

@tobiasquinteiro
Copy link

tobiasquinteiro commented Aug 20, 2021

Variable name AUTOCONFIG need changed to CONFIG and AUTOCONFIG["dbpass"] to CONFIG["dbpassword"]

This deploy without above changes only work with:

custom.config.php: |-
<?php
$CONFIG = array (
'dbtype' => 'pgsql',
'dbname' => 'nextcloud',
'dbhost' => 'hostname',
'dbport' => '5432',
'dbuser' => 'nextcloud',
'dbpassword' => getenv('POSTGRES_PASSWORD'),
);
@jessebot
Copy link
Collaborator

This is currently working for me without the changes you suggested.

Could you please post your values.yaml, so I can take a look?

I need to see the following sections:

  • internalDatabase
  • externalDatabase
  • postgresql

Thank you!

@jessebot
Copy link
Collaborator

As there's not a been a reply in over a year, I will close this as stale. If you're still having an issue, you can absolutely open a new issue with our new Issue template and we can take a look! :)

For database configuration you may find this helpful:
https://github.com/nextcloud/helm/tree/main/charts/nextcloud#database-configurations

In #464 we'll be updating all the local configs to match those in the upstream nextcloud/docker repo. Kind regards!

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