chore: sync skill updates and references
This commit is contained in:
+2
-2
@@ -6,10 +6,10 @@ If a profile's state.db on the live app1 server is smaller than expected after m
|
||||
|
||||
```bash
|
||||
# 1. Check standby
|
||||
ssh -i ~/.ssh/itpp-infra root@5.161.114.8 "ls -la ~/.hermes/profiles/<name>/state.db"
|
||||
ssh -i ~/.ssh/itpp-infra root@5.161.225.131 "ls -la ~/.hermes/profiles/<name>/state.db"
|
||||
|
||||
# 2. Pull from standby if larger
|
||||
scp -i ~/.ssh/itpp-infra root@5.161.114.8:/root/.hermes/profiles/<name>/state.db \
|
||||
scp -i ~/.ssh/itpp-infra root@5.161.225.131:/root/.hermes/profiles/<name>/state.db \
|
||||
~/.hermes/profiles/<name>/state.db.live
|
||||
|
||||
# 3. Swap on live (gateway continues running; profile gateway may need restart)
|
||||
|
||||
Reference in New Issue
Block a user