Skip to content

Conversation

@Sayrus
Copy link
Contributor

@Sayrus Sayrus commented Mar 2, 2019

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change, as applicable?
  • Have you tested your changes on all related environments with successful results, as applicable?

Type of Changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

What is the current behavior? (link to any open issues here)
The example envs.sh use neither CO_NAMESPACE nor demo.
The example envs.sh use an outdated CO_VERSION which does not support the CreateDump, RestoreDump and ScaleCluster. This will cause the installation tutorial to fail because CreateDump is not a valid permission in 3.5.0.

What is the new behavior (if this is a feature change)?
The example envs.sh now use CO_NAMESPACE which is by default demo.
The example envs.sh now use 3.5.1 which supports these three permissions.

Other information:
As a new user, having a broken example envs.sh is confusing. Your deployment will fail even if you follow the installation tutorial. The error is not obvious until you read the code or the changelog.

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>
@jmccormick2001
Copy link
Contributor

thanks for catching that one.

@jmccormick2001 jmccormick2001 merged commit 4acdb93 into CrunchyData:master Mar 4, 2019
jmccormick2001 pushed a commit that referenced this pull request Mar 26, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml
jmccormick2001 pushed a commit that referenced this pull request Mar 27, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml

* reffactor pg-database labels into pg-cluster labels
jmccormick2001 pushed a commit that referenced this pull request Mar 27, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml

* reffactor pg-database labels into pg-cluster labels

* remove helm chart
jmccormick2001 pushed a commit that referenced this pull request Jun 17, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml

* Fix label used during delete of pgpool resources

* Fix previous merge issue with file
jmccormick2001 pushed a commit that referenced this pull request Jun 18, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml

* default pgo.yaml pgbackrest to true. command line overrides config file

* Fix weird git issue with file
jmccormick2001 pushed a commit that referenced this pull request Jun 20, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml

* fix differnce with upstream

* Shorten backrest repo pvc name, Maintain original naming elsewhere.
jmccormick2001 pushed a commit that referenced this pull request Jun 21, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml

* default pgo.yaml pgbackrest to true. command line overrides config file

* Fix weird git issue with file

* fix differnce with upstream

* Make pgo.yaml default for pgbackrest enabled/disabled. --pgbackrest flag overrides pgo.yaml file
jmccormick2001 pushed a commit that referenced this pull request Jun 24, 2019
* Alter config.toml, remove some unnecessary files (#556)

* Update README (#573)

* add regexp to check usernames passed into create user command to prevent special chars from being passed in

* updating README links for documentation

* fix example/envs.sh: use CO_NAMESPACE (#613)

Signed-off-by: Mathis Raguin <mathis.raguin@epita.fr>

* create stale.yml

* fix differnce with upstream

* exclude backrest repo from non-backup cleanups
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

Successfully merging this pull request may close these issues.

2 participants