In doing a migration test on the full database, I noticed that the connection string being passed to the alembic command contained stars for the password. This fixes that issue. However, it does open up a small security hole (as the password will be used on the command line and therefore show up with ps, etc).
Changelog description
Fix issue with incorrect passwords used with alembic migrations
Description
In doing a migration test on the full database, I noticed that the connection string being passed to the alembic command contained stars for the password. This fixes that issue. However, it does open up a small security hole (as the password will be used on the command line and therefore show up with
ps
, etc).Changelog description
Fix issue with incorrect passwords used with alembic migrations
Status