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

[persistence][spike] Target Postgres as a persistence db #2793

Closed
Tracked by #1689
mikeldking opened this issue Apr 6, 2024 · 3 comments
Closed
Tracked by #1689

[persistence][spike] Target Postgres as a persistence db #2793

mikeldking opened this issue Apr 6, 2024 · 3 comments
Assignees
Labels
c/server Server implementation

Comments

@mikeldking
Copy link
Contributor

No description provided.

@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Apr 6, 2024
@mikeldking mikeldking self-assigned this Apr 6, 2024
@dosubot dosubot bot added the c/server Server implementation label Apr 6, 2024
@mikeldking mikeldking moved this from 📘 Todo to 👨‍💻 In progress in phoenix Apr 8, 2024
@mikeldking
Copy link
Contributor Author

The connections now work using pip install -e .[pg]

connections such as postgresql://@localhost:5432/postgres?user=postgres&password=mysecretpassword

are accepted.

You can spin up an instance via:

docker run --name postgres_container -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 -v postgres_data:/var/lib/postgresql/data postgres:15.6

@mikeldking
Copy link
Contributor Author

closing since the connection side of things is done.

@mikeldking mikeldking moved this from 👨‍💻 In progress to ✅ Done in phoenix Apr 10, 2024
@axiomofjoy
Copy link
Contributor

@mikeldking Did you mean to close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/server Server implementation
Projects
Archived in project
Development

No branches or pull requests

2 participants