Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions _docs/sysadmin/installation/version_notes/v25.07.01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: v25.07.01 > Upgrading to SQLAlchemy 2.0
category: System Administrator > Installation Version Notes
---

Release [v25.07.01](https://github.com/Submitty/Submitty/releases/v25.07.01)
includes an update to Python's SQLAlchemy package.
As this package is vital to database migrations, which are run
before installing new Python packages, we need to manually update this package.


1. Install the newest python packages first.

```sh
sudo /usr/local/submitty/GIT_CHECKOUT/Submitty/.setup/update_system.sh
```

2. Run the regular install script.

```sh
sudo /usr/local/submitty/.setup/INSTALL_SUBMITTY.sh
```
1 change: 1 addition & 0 deletions navtreedata.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ var NAVTREE =
[ "Ansible Server Installation", "/sysadmin/installation/ansible", null ],
[ "Version Notes", "/sysadmin/installation/version_notes/index", [
[ "Overview", "/sysadmin/installation/version_notes/index", null],
[ "v25.07.01", "/sysadmin/installation/version_notes/v25.07.01", null ],
[ "v23.12.02", "/sysadmin/installation/version_notes/v23.12.02", null ],
[ "v23.07.00", "/sysadmin/installation/version_notes/v23.07.00", null ],
[ "v23.03.01", "/sysadmin/installation/version_notes/v23.03.01", null ],
Expand Down
Loading