davidjameshowell / vaultwarden_heroku

Vaultwarden (Bitwarden Rust implementation) self hosted in Heroku for Free!
95 stars 175 forks source link

offside db postgresql #32

Open geeks121 opened 2 years ago

geeks121 commented 2 years ago

i tried offside db using postgresql from bit.io but nothing happened

davidjameshowell commented 2 years ago

Could you provide more details on the issue you are facing and what you have done thus far to help troubleshoot?

geeks121 commented 2 years ago

i tried with heroku verified : 0 using postgresql from bit.io and the setting above not triggered to use offside DB . as i read the readme ,, to use offside db i should set heroku verified to 0 right? ..

and if i set heroku verified : 0 use_psql : 0 the bot will setup without any database

i setup db connection in secrets github ..

ncomerci commented 2 years ago

HEROKU_VERIFIED variable is hardcoded in deploy.yml and update.yml, simple fix here

davidjameshowell commented 2 years ago

The only real reason it is hard coded is any value that is listed in secret becomes redacted in logs, which subsequently means anything with a "1" becomes an asterisk. Can make debugging a pain.

ncomerci commented 2 years ago

Yes, I get your point but I ran into the same problem mentioned here when I did my deploy and I solved it this way so I could change it quickly. I think it would be good to clarify this issue in the readme because I think it is not very clear πŸ™ŒπŸ»πŸ˜‰

aditya-shri commented 2 years ago

Yes, I get your point but I ran into the same problem mentioned here when I did my deploy and I solved it this way so I could change it quickly. I think it would be good to clarify this issue in the readme because I think it is not very clear πŸ™ŒπŸ»wink

Hi bro, I used the bit.io database but after deployment heroku is giving following error:

2022-04-14 20:09:39.204][panic][ERROR] thread 'main' panicked at 'Failed to disable Foreign Key Checks during migrations: DatabaseError(__Unknown, "QueryParsingError: Unsupported command: SET CONSTRAINTS ALL DEFERRED\nvalidate_unsupported_cmd")': src/db/mod.rs:449

If I use Heroku Postgres it works but for bitio,it doesn't works. Any suggestion?