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

DROP RETENTION POLICY "rp_name" is missing the ON "db_name" #5780

Closed
sbouchex opened this issue Feb 22, 2016 · 3 comments
Closed

DROP RETENTION POLICY "rp_name" is missing the ON "db_name" #5780

sbouchex opened this issue Feb 22, 2016 · 3 comments

Comments

@sbouchex
Copy link
Contributor

When using the web gui to drop a retention policy, the template is invalid, it's missing the ON "db_name"

We should get :
DROP RETENTION POLICY "rp_name" ON "db_name"

@rossmcdonald
Copy link
Contributor

It looks like this has already been added with this commit, though I'm not sure why it's not updated in the UI.

@gunnaraasen Do you know what the problem could be here? Does the static filesystem need to be recreated?

@gunnaraasen
Copy link
Member

Yeah, it looks like the admin assets were not regenerated after that change was made.

#5710 adds support to rebuild the static filesystem with go generate which we should enable in the build script. Until then, go generate needs to be manually committed every time there's an update to the admin UI.

@jsternberg
Copy link
Contributor

It looks like this was implemented and it works in 0.13.

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

4 participants