-
Notifications
You must be signed in to change notification settings - Fork 6
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
init postgres sidecar #263
Conversation
9256d13
to
bc3ff8c
Compare
as of bc3ff8c ,
followed by
and
to enter shells in the sidecar and application containers, respectively, and then, first, in the application container
followed by
in the sidecar is a minimal demo of creating a database and coordinating an upload to datamon. |
The approach looks fine. Will try to give it a try tomorrow. |
8dcf220
to
840ff72
Compare
POC demo is
ensure no deployment exists before running pg demo via |
note to selfto resolve in parallel: |
bd68590
to
d4264d6
Compare
d4264d6
to
08787f1
Compare
See my comment on #256 and https://www.postgresql.org/docs/current/sql-checkpoint.html |
consider Postgres |
d3d3b5a
to
6dbaa3e
Compare
2dce87b
to
a13c2e9
Compare
except the brew repository has an issue with the os x system libraries with the following workaround
such that it's possible to install postgres 12 via brew with
and follow instructions to access postgres. i used the add |
35bb107
to
05408df
Compare
Signed-off-by: Ransom Williams <[email protected]>
489a219
to
c0bdbfa
Compare
status on landing is that internals have a reasonable amount of stress testing, while user-interface is to be significantly revisited. |
#256