Skip to content

Commit

Permalink
general: readme, add upgrade commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bodik committed Nov 16, 2023
1 parent 86f123a commit 3af91bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,19 @@ bin/server run
* start all components
* restart server without maintenance flag

```
systemctl stop sner-server
systemctl stop 'sner-agent@*'
cd /opt/sner
. venv/bin/activate
bin/server db stamp head
git fetch --all
git checkout origin/devel
pip install -r requirements.lock
bin/server db upgrade
systemctl start sner-server
```


## 4 Usage

Expand Down

0 comments on commit 3af91bd

Please sign in to comment.