Upgrade from 3.2.7 #12677
-
Hello, folks! Ubuntu 22.04
thx!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looks like you've done something weird. "git diff" may tell you what's borked, but it looks like everything is borked. Is it possible you untarred/unzipped a release tarball on top of your git checkout? I would blow it away and start again. That's not as bad as it sounds: you won't lose any data (unless you did something bad with your database as well).
Then start again with a fresh git checkout, following the normal install instructions. Copy your configuration.py and any custom scripts/reports from the old location into the new. Remember the |
Beta Was this translation helpful? Give feedback.
Looks like you've done something weird. "git diff" may tell you what's borked, but it looks like everything is borked. Is it possible you untarred/unzipped a release tarball on top of your git checkout?
I would blow it away and start again. That's not as bad as it sounds: you won't lose any data (unless you did something bad with your database as well).
Then start again with a fresh git checkout, following the normal install instructions. Copy your configuration.py and any custom scripts/reports from the old location into the new. Remember the
./upgrade.sh
step.