ibp-network / ibp-monitor

16 stars 10 forks source link

Updates to 0.1: add monitorUrl and various DB changes #91

Closed dcolley closed 1 year ago

dcolley commented 1 year ago

Running in Docker

cd docker
docker compose stop
# backup the database
git pull
# re-check your config files
docker compose build
docker compose up -d

Running in PM2:

# stop all services
# pm2 stop ibp-monitor-server, etc
# backup the database
git pull
# re-check your config files
cd data
node migrate.js
# check for any errors
cd ..
# start all services
# pm2 start ibp-monitor-server, etc
dcolley commented 1 year ago

due to the issue with region not accepting '' I had to import this PR