You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a bad idea to include these migrations in the dockerfile because it needs the db password passed in as a variable. I don't want to accidentally check that in. Having rocket run them at start up would fix that issue.
The text was updated successfully, but these errors were encountered:
https://docs.rs/crate/diesel_migrations/2.0.0
https://stackoverflow.com/questions/61047355/how-to-run-diesel-migration-with-rocket-in-production
https://crates.io/crates/diesel_migrations/1.4.0
It is a bad idea to include these migrations in the dockerfile because it needs the db password passed in as a variable. I don't want to accidentally check that in. Having rocket run them at start up would fix that issue.
The text was updated successfully, but these errors were encountered: