-
Notifications
You must be signed in to change notification settings - Fork 905
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e9ea1ef
to
54a82ea
Compare
It 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
…lt-in postgres cache
075e524
to
068b594
Compare
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.