- Notifications
You must be signed in to change notification settings - Fork927
chore: add the --ephemeral server flag#16126
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
e9ea1ef
to54a82ea
CompareIt looks like the weekly docs check is failing because some external links went offline, not because of any changes I made. |
Why can't we just redefine what It's a hidden field already, and I can't think of a use-case for customers, so changing the behaviour here seems fine to me (provided we note this in the release notes). |
@dannykopping, many of the CLI tests currently use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Uh oh!
There was an error while loading.Please reload this page.
…lt-in postgres cache
075e524
to068b594
Compare23cf61a
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Another PR to address#15109.
Changes:
--ephemeral
flag, which changes the Coder config directory to a temporary location. The config directory is where the built-in PostgreSQL stores its data, so using a new one results in a deployment with a fresh state.The
--ephemeral
flag is set to replace the--in-memory
flag once the in-memory database is removed.