Closed JackieTreeh0rn closed 8 months ago
What are the error messages of the monitors shown as down?
on the dashboard. everything is restored, all my monitors etc. bu only a handful of hosts show as being UP. the logs for the service just show standard ouput (hosts down to ping, etc) I reboot the hosts anyway to see if it resets somehow but nothing. I basically end up having to delete all my monitors, recreate them from scratch if that makes sense. Ive tried the WiKi, etc. Is there a better way to back up the DB? should I back it up while the service is running? I am taking the service down as I stated before backup thinking that makes sense
We are clearing up our old help
-issues and your issue has been open for 60 days with no activity.
If no comment is made and the stale label is not removed, this issue will be closed in 7 days.
ā ļø Please verify that this question has NOT been raised before.
š”ļø Security Policy
š Describe your problem
I am running on docker stack using a gluster volume mapped on all swarm nodes and with zero backlog. this allows for service to respawn on any node, it works quite well, however...
Compose bind:
/mnt/glustervol/uptime-kuma/data:/app/data
I take down stack to make db backup (all services and monitors are up at the time of backup):
docker stack rm uptime-kuma
I backup db data folder
cp -av ./data/* ./data_bak
I restore db back up
cp -av ./data_bak/* ./data
I redeploy stack (all services are monitors already up - same state as during backup)
docker stack deploy -c docker-compose.yml uptime-kuma
Service starts, shows all my monitors, etc, but only a few hosts report as UP eventhough they are ALL up. No issue reported on service log, just that hosts are down. Tried editing monitors just to re-save, and no difference.
what gives?
š Error Message(s) or Log
No response
š» Uptime-Kuma Version
image: louislam/uptime-kuma:1
š» Operating System and Arch
Ubuntu 23.10 / Docker latest
š Browser
Safari
š„ļø Deployment Environment