We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behavior:
docker run -d -p "5100:5100" pglombardo/pwpush:latest -e DATABASE_URL="postgres://pwuser:PASSWORD@postgres:5432/pwpush_db"
root@monitor:~/PasswordPusher# docker logs magical_mccarthy
DATABASE_URL not specified. Assuming ephemeral backend. Database may be lost on container restart. To set a database backend refer to https://docs.pwpush.com/docs/how-to-universal/#how-does-it-work
Password Pusher: migrating database to latest... Password Pusher Version: 1.48.1 Password Pusher: starting puma webserver... [10] Puma starting in cluster mode... [10] * Puma version: 6.4.3 (ruby 3.3.6-p108) ("The Eagle of Durango") [10] * Min threads: 3 [10] * Max threads: 3 [10] * Environment: production [10] * Master PID: 10 [10] * Workers: 2 [10] * Restarts: (✔) hot (✖) phased [10] * Preloading application Password Pusher Version: 1.48.1 [10] * Listening on http://0.0.0.0:5100 [10] Use Ctrl-C to stop [10] - Worker 0 (PID: 16) booted in 0.0s, phase: 0 [10] - Worker 1 (PID: 20) booted in 0.0s, phase: 0
Where are you running/using Password Pusher?
If applicable, what version of Password Pusher? Latest
To load with Postgres successfully. We tested the credentials and they do work
The text was updated successfully, but these errors were encountered:
Hello @junction1153, thanks for contributing to the Password Pusher community! We will respond as soon as possible.
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
🔬 How To Reproduce
Steps to reproduce the behavior:
Code sample
docker run -d -p "5100:5100" pglombardo/pwpush:latest -e DATABASE_URL="postgres://pwuser:PASSWORD@postgres:5432/pwpush_db"
root@monitor:~/PasswordPusher# docker logs magical_mccarthy
DATABASE_URL not specified. Assuming ephemeral backend. Database may be lost on container restart.
To set a database backend refer to https://docs.pwpush.com/docs/how-to-universal/#how-does-it-work
Password Pusher: migrating database to latest...
Password Pusher Version: 1.48.1
Password Pusher: starting puma webserver...
[10] Puma starting in cluster mode...
[10] * Puma version: 6.4.3 (ruby 3.3.6-p108) ("The Eagle of Durango")
[10] * Min threads: 3
[10] * Max threads: 3
[10] * Environment: production
[10] * Master PID: 10
[10] * Workers: 2
[10] * Restarts: (✔) hot (✖) phased
[10] * Preloading application
Password Pusher Version: 1.48.1
[10] * Listening on http://0.0.0.0:5100
[10] Use Ctrl-C to stop
[10] - Worker 0 (PID: 16) booted in 0.0s, phase: 0
[10] - Worker 1 (PID: 20) booted in 0.0s, phase: 0
Environment
Where are you running/using Password Pusher?
If applicable, what version of Password Pusher? Latest
Screenshots
📈 Expected behavior
To load with Postgres successfully. We tested the credentials and they do work
📎 Additional context
The text was updated successfully, but these errors were encountered: