linuxserver / docker-nextcloud

GNU General Public License v3.0
677 stars 128 forks source link

[BUG] occ is gone on 29.0.3-ls327 #448

Closed peterge1998 closed 3 days ago

peterge1998 commented 3 days ago

Is there an existing issue for this?

Current Behavior

After the last update maintainance mode was on. I checked the logs and it suggested me to merge nginx files. I kept the samples and renamed them, then the message was gone. But I can not disable maintainance mode; occ is gone. Why?

root@2aed84b4d0d7:/config/www/nextcloud# php /config/www/nextcloud/occ maintenance:mode --off
Could not open input file: /config/www/nextcloud/occ
root@2aed84b4d0d7:/config/www/nextcloud# ls
apps  config  themes

Expected Behavior

run the occ tool

Steps To Reproduce

update rm nginx files mv filename.sample to filename

Environment

- OS: ubuntu 22
- How docker service was installed: compose
    image: lscr.io/linuxserver/nextcloud:latest

CPU architecture

x86-64

Docker creation

nextcloud:
    image: lscr.io/linuxserver/nextcloud
    container_name: nextcloud
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
    volumes:
      - /mnt/docker/nextcloud/config/:/config
      - /mnt/docker/nextcloud/data/:/data
    restart: unless-stopped
    networks:
      bookstack:
        ipv4_address: 172.20.0.20

Container logs

[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done
usermod: no changes
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 29.0.3-ls327
Build-date: 2024-06-25T14:59:40+00:00
───────────────────────────────────────

using keys found in /config/keys
[custom-init] No custom files found, skipping...
[ls.io-init] done.
github-actions[bot] commented 3 days ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 3 days ago

https://github.com/linuxserver/docker-nextcloud?tab=readme-ov-file#application-setup