diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-06-27 10:56:03 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-06-27 10:56:03 +0200 |
commit | a9886bf2f8a35369a2c42070c5f83504dfab2bc5 (patch) | |
tree | d078b542f271bc2d16d756a3eb5d1ebce65f0043 /.trash/daily/04-Jun-2025.md | |
parent | fbb81e5f2c5542d86ffbb0cb8e05ce2640ed65de (diff) |
vault backup: 2025-06-27 10:56:02
Diffstat (limited to '.trash/daily/04-Jun-2025.md')
-rw-r--r-- | .trash/daily/04-Jun-2025.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.trash/daily/04-Jun-2025.md b/.trash/daily/04-Jun-2025.md new file mode 100644 index 0000000..49d99df --- /dev/null +++ b/.trash/daily/04-Jun-2025.md @@ -0,0 +1,6 @@ +[[Daily]] + +**Occurrences** +Trying to install goba/gobs in the global venv of devstack. Had to relax the requirements of dependencies; thus dependencies being newer than tested with. This is suboptimal because now our environment is different from our prod.. + +In a more recent version of sqlalchemy they mask the password in engine.url by default (opposite to not masking it before): this caused a connection error during db sync. I remembered I ran into this before when looking at nova's db sync code and saw the `engine.url.render_as_string(hide_password=False)`. Updated our code with this fixed the issue
\ No newline at end of file |