Piwigo update not upgrading with docker pull and recreate

Hi, I have done a docker pull and recreate for piwigo and when I go to the site, it still shows 13.8.0 instead of 14.2.0.

If I try to upgrade from the browser in the Tools>update tab, I get an error about write-permissions
"profile.php: write_protected
install.php: write_protected
notification.php: write_protected
LICENSE.txt: write_protected
upgrade_feed.php: write_protected
tags.php: write_protected

"

Any suggestions?

share your compose and full container logs. As noted in the readme, we do not support upgrading from within the app.

I think there is an owner group or permission error with my piwigo container. All the main files are root:root and -rw-r–r-- when I do a docker exec, not sure if that is what it is supposed to be. I understand not to do an in app upgrade, but when I did the pull and recreate, I did not get the new version. Please see below log file for my container:

2024-02-03T15:00:17.270669392Z [migrations] started
2024-02-03T15:00:17.275535732Z [migrations] 01-nginx-site-confs-default: skipped
2024-02-03T15:00:17.275560014Z [migrations] done
2024-02-03T15:00:17.996117057Z ───────────────────────────────────────
2024-02-03T15:00:17.996139781Z
2024-02-03T15:00:17.996142932Z ██╗ ███████╗██╗ ██████╗
2024-02-03T15:00:17.996145704Z ██║ ██╔════╝██║██╔═══██╗
2024-02-03T15:00:17.996148283Z ██║ ███████╗██║██║ ██║
2024-02-03T15:00:17.996164819Z ██║ ╚════██║██║██║ ██║
2024-02-03T15:00:17.996167271Z ███████╗███████║██║╚██████╔╝
2024-02-03T15:00:17.996169800Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-02-03T15:00:17.996172326Z
2024-02-03T15:00:17.996174875Z Brought to you by linuxserver.io
2024-02-03T15:00:17.996177299Z ───────────────────────────────────────
2024-02-03T15:00:17.996399220Z
2024-02-03T15:00:17.996427708Z To support LSIO projects visit:
2024-02-03T15:00:17.996431022Z Donate | LinuxServer.io
2024-02-03T15:00:17.996433812Z
2024-02-03T15:00:17.996436365Z ───────────────────────────────────────
2024-02-03T15:00:17.996439278Z GID/UID
2024-02-03T15:00:17.996441818Z ───────────────────────────────────────
2024-02-03T15:00:17.998749322Z
2024-02-03T15:00:17.998776861Z User UID: 1000
2024-02-03T15:00:17.998780067Z User GID: 1000
2024-02-03T15:00:17.998782909Z ───────────────────────────────────────
2024-02-03T15:00:17.998785881Z
2024-02-03T15:00:18.052126639Z using keys found in /config/keys
2024-02-03T15:00:18.715989893Z chown: changing ownership of ‘/gallery/galleries/Unsorted’: Read-only file system
2024-02-03T15:00:28.631056286Z **** Permissions could not be set. This is probably because your volume mounts are remote or read-only. ****
2024-02-03T15:00:28.631064287Z **** The app may not work properly and we will not provide support for it. ****
2024-02-03T15:00:28.658710155Z **** The following active confs have different version dates than the samples that are shipped. ****
2024-02-03T15:00:28.658741454Z **** This may be due to user customization or an update to the samples. ****
2024-02-03T15:00:28.658747559Z **** You should compare the following files to the samples in the same folder and update them. ****
2024-02-03T15:00:28.658752617Z **** Use the link at the top of the file to view the changelog. ****
2024-02-03T15:00:28.658780794Z ┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
2024-02-03T15:00:28.658800360Z │ old date │ new date │ path │
2024-02-03T15:00:28.658858202Z ├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
2024-02-03T15:00:28.658956256Z │ 2021-10-24 │ 2023-04-13 │ /config/nginx/nginx.conf │
2024-02-03T15:00:28.658967150Z │ │ 2023-04-13 │ /config/nginx/site-confs/default.conf │
2024-02-03T15:00:28.658973527Z └────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘
2024-02-03T15:00:28.660336818Z **** The following site-confs have extensions other than .conf ****
2024-02-03T15:00:28.660347496Z **** This may be due to user customization. ****
2024-02-03T15:00:28.660379361Z **** You should review the files and rename them to use the .conf extension or remove them. ****
2024-02-03T15:00:28.660403956Z **** nginx.conf will only include site-confs with the .conf extension. ****
2024-02-03T15:00:28.660423494Z /config/nginx/site-confs/default.conf.new
2024-02-03T15:00:28.675808480Z [custom-init] No custom files found, skipping…
2024-02-03T15:00:28.688532371Z [ls.io-init] done.

The logs already tell you we won’t support whatever you’ve done, provide the compose if you would like any attempt at all

Please call me a dumbass and close this topic. I don’t deserve your help.

I had THIS in my compose file:
container_name: piwigo
image: lscr.io/linuxserver/piwigo:13.8.0

Duh.

Thank you!