I have downloaded tar.gz from Grafana and executed below steps
- Stop actual version 9.4.3
- Back up grafana.db
- Extract files for 10.4.7
- Copy grafana.db to new installation
- Start Grafana 10.4.7
On logs I am getting below and not able to start my grafana, what could be the issue and fix for the same?
logger=migrator t=2024-08-21T16:47:53.736217204-06:00 level=info msg=“migrations completed” performed=74 skipped=572 duration=1.413083406s
logger=licensing t=2024-08-21T16:47:53.737540379-06:00 level=info msg=“Validated license token” appURL=http://localhost:8085/ source=disk status=NotFound
logger=accesscontrol t=2024-08-21T16:47:53.854605117-06:00 level=error msg=“Error saving permissions” migration=scopeSplit error=“unable to open database file: no such file or directory”
logger=accesscontrol t=2024-08-21T16:47:53.857700322-06:00 level=error msg=“Error updating permission batch” migration=scopeSplit start=0 end=1000
logger=accesscontrol t=2024-08-21T16:47:53.857805696-06:00 level=error msg=“Could not migrate permissions” migration=scopeSplit total=1349 succeeded=0 left=1349 error=“unable to open database file: no such file or directory”
Thanks