Changes
Page history
proxy-go upgrade instructions
authored
Dec 21, 2021
by
David Fifield
Show whitespace changes
Inline
Side-by-side
Survival-Guides/Snowflake-Bridge-Survival-Guide.md
View page @
2192f6df
...
@@ -35,7 +35,16 @@ The standalone proxy-go instances are managed by runit. You can see a list of po
...
@@ -35,7 +35,16 @@ The standalone proxy-go instances are managed by runit. You can see a list of po
sv stop snowflake-proxy-standalone-17h # stop
sv stop snowflake-proxy-standalone-17h # stop
ps xww | grep runsvdir # check for error in the run script
ps xww | grep runsvdir # check for error in the run script
```
```
Logs are stored in
`/home/snowflake-proxy/*.log.d`
. Adding a new instance:
Logs are stored in
`/home/snowflake-proxy/*.log.d`
.
Upgrading proxy-go. Copy the binary to /usr/local/bin/proxy-go, then run:
```
sv restart snowflake-proxy-standalone-17h
sv restart snowflake-proxy-standalone-29h
```
(Adjust as needed if there are other named services under /etc/service.)
Adding a new instance:
```
```
cd /etc/runit
cd /etc/runit
mkdir -p my-instance/log
mkdir -p my-instance/log
...
...
...
...