Skip to content

Commit c14d7a4

Browse files
[Documentation:System] SQLAlchemy (#692)
When running `INSTALL_SUBMITTY.sh`, we run the database migration before updating the python packages. This causes the script to always fail, hence why we need to install the python packages before we run `INSTALL_SUBMITTY.sh` Submitty/Submitty#11578 --------- Co-authored-by: Barb Cutler <[email protected]> Co-authored-by: Barb Cutler <Barb Cutler>
1 parent b69cc87 commit c14d7a4

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: v25.07.01 > Upgrading to SQLAlchemy 2.0
3+
category: System Administrator > Installation Version Notes
4+
---
5+
6+
Release [v25.07.01](https://github.com/Submitty/Submitty/releases/v25.07.01)
7+
includes an update to Python's SQLAlchemy package.
8+
As this package is vital to database migrations, which are run
9+
before installing new Python packages, we need to manually update this package.
10+
11+
12+
1. Install the newest python packages first.
13+
14+
```sh
15+
sudo /usr/local/submitty/GIT_CHECKOUT/Submitty/.setup/update_system.sh
16+
```
17+
18+
2. Run the regular install script.
19+
20+
```sh
21+
sudo /usr/local/submitty/.setup/INSTALL_SUBMITTY.sh
22+
```

navtreedata.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ var NAVTREE =
154154
[ "Ansible Server Installation", "/sysadmin/installation/ansible", null ],
155155
[ "Version Notes", "/sysadmin/installation/version_notes/index", [
156156
[ "Overview", "/sysadmin/installation/version_notes/index", null],
157+
[ "v25.07.01", "/sysadmin/installation/version_notes/v25.07.01", null ],
157158
[ "v23.12.02", "/sysadmin/installation/version_notes/v23.12.02", null ],
158159
[ "v23.07.00", "/sysadmin/installation/version_notes/v23.07.00", null ],
159160
[ "v23.03.01", "/sysadmin/installation/version_notes/v23.03.01", null ],

0 commit comments

Comments
 (0)