Closes #17136: Add read-only database support to the upgrade script (#19247)

This commit is contained in:
Jeremy Stretch
2025-04-22 10:42:54 -04:00
committed by GitHub
parent e0b6a31504
commit 77bfc40579
3 changed files with 22 additions and 4 deletions

View File

@@ -154,6 +154,9 @@ sudo ./upgrade.sh
sudo PYTHON=/usr/bin/python3.10 ./upgrade.sh
```
!!! note
To run the script on a node connected to a database in read-only mode, include the `--readonly` parameter. This will skip the application of any database migrations.
This script performs the following actions:
* Destroys and rebuilds the Python virtual environment