-
-
Notifications
You must be signed in to change notification settings - Fork 187
Boot time optimizations #61
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
Boot time optimizations #61
Conversation
state: stopped | ||
with_items: | ||
- snapd | ||
- postgresql |
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.
for postgresql
, correct me if I'm mistaken but I believe we would need it to have it started since we're running the .sql
scripts at boot (then restarting it)
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.
Ah right, yeah
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.
Going to leave it stopped per offline discussion; we can start it up once it's been configured, before the init scripts need to be run.
with_items: | ||
- snapd | ||
- postgresql | ||
- postgrest |
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.
should this be pgbouncer
instead?
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.
added pgbouncer; this list is a superset of the things that might be enabled in the image
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.
(pgbouncer isn't enabled)
Boot time optimizations
Built on top of PG13 refactor, but doesn't need to bundled in as part of the v0 image - let's get that out the door first.