Giter Club home page Giter Club logo

Comments (10)

deanacollins avatar deanacollins commented on June 2, 2024 1

The only way I know to do it via the GUI would be using a task, the way Marius hosting describes it. Only really saves connecting to the CLI directly, which personally I find easier.

I think in my case something went wrong with the upgrade when I previously tried it, removing the container and starting again sorted it out and now it is running fine.

from homarr.

deanacollins avatar deanacollins commented on June 2, 2024

I have the same issue, also hosted on Synology.

from homarr.

ajnart avatar ajnart commented on June 2, 2024

Do you know where the synology config is ? I’m not familiar with it. What was your installation process like ?

from homarr.

deanacollins avatar deanacollins commented on June 2, 2024

I've actually just redeployed the container and it completed the upgrade process correctly. I did mine using docker run from the Synology CLI via SSH. I have Portainer running, so I get the logs from that.

My run command was like this;

docker run
--name homarr
--restart unless-stopped
-p 7575:7575
-v /volume3/docker/homarr/configs:/app/data/configs
-v /volume3/docker/homarr/data:/data
-v /volume3/docker/homarr/icons:/app/public/icons
-v /var/run/docker.sock:/var/run/docker.sock
--label=com.centurylinklabs.watchtower.monitor-only=true
ghcr.io/ajnart/homarr:latest

Unless you are running Watchtower you won't need the label, the paths will need to be updated to suit you deployment. Hopefully that works for you.

from homarr.

ajnart avatar ajnart commented on June 2, 2024

I've actually just redeployed the container and it completed the upgrade process correctly. I did mine using docker run from the Synology CLI via SSH. I have Portainer running, so I get the logs from that.

My run command was like this;

docker run --name homarr --restart unless-stopped -p 7575:7575 -v /volume3/docker/homarr/configs:/app/data/configs -v /volume3/docker/homarr/data:/data -v /volume3/docker/homarr/icons:/app/public/icons -v /var/run/docker.sock:/var/run/docker.sock --label=com.centurylinklabs.watchtower.monitor-only=true ghcr.io/ajnart/homarr:latest

Unless you are running Watchtower you won't need the label, the paths will need to be updated to suit you deployment. Hopefully that works for you.

You mention the synology cli, so there is no way to install homarr simply with a GUI right ? If yes then they might have an outdated “template” to correctly set the app up.
if you’re using docker manually and encountering issue with file permissions we recommend trying to use homarr without mounting a database

from homarr.

bigjimmy546 avatar bigjimmy546 commented on June 2, 2024

I also installed in ubuntu using docker compose, my config are as follow

GNU nano 6.2 docker-compose.yml
version: '3'
#---------------------------------------------------------------------#

Homarr - A simple, yet powerful dashboard for your server.

#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ./homarr/configs:/app/data/configs
- ./homarr/data:/data
- ./homarr/icons:/app/public/icons
ports:
- '7575:7575'

the issue occurred even before I upgrade to v0.14.1, that's why I upgraded.
Added ./homarr/data:/data
both version has this issue (forgot what version I had before)

from homarr.

ajnart avatar ajnart commented on June 2, 2024

I also installed in ubuntu using docker compose, my config are as follow

GNU nano 6.2 docker-compose.yml
version: '3'
#---------------------------------------------------------------------#

Homarr - A simple, yet powerful dashboard for your server.

#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:

  • ./homarr/configs:/app/data/configs
  • ./homarr/data:/data
  • ./homarr/icons:/app/public/icons
    ports:
  • '7575:7575'

the issue occurred even before I upgrade to v0.14.1, that's why I upgraded. Added ./homarr/data:/data both version has this issue (forgot what version I had before)

We fixed it in v14.1, try to delete ./homarr/data

from homarr.

bigjimmy546 avatar bigjimmy546 commented on June 2, 2024

We fixed it in v14.1, try to delete ./homarr/data

I'm was using 14.1 and the issue persist, did another brand new install in Ubuntu, same issue.
Thanks

from homarr.

github-actions avatar github-actions commented on June 2, 2024

Hello 👋, this issue has been open for 60 without activity. Please close this issue if it's no longer relevant or has been resolved. Still relevant? Simply reply and I'll mark it as active.

from homarr.

manuel-rw avatar manuel-rw commented on June 2, 2024

Is this still an issue?

from homarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.