Closed meisterT closed 6 days ago
Isn't there a way to either add this to the dj_setup_database as it also has the option to load the dump or in the symfony command (which you use) so they are close together? That makes testing it also easier IMO.
Isn't there a way to either add this to the dj_setup_database as it also has the option to load the dump or in the symfony command (which you use) so they are close together? That makes testing it also easier IMO.
Not exactly what's asked for, but I was also working on an option in dj_setup_database
to reset the DB user password stored in etc/dbpassword.secret
.
This will read from restapi.secret and initial_admin_password.secret and reset the DB state to match these passwords.
This can be especially useful if you are importing a database from a previous contest and do not want to do update passwords manually.