• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

unable updating from 4.0.8 to 4.0.9

Version
4.0.8
PHP version
8.1
Database driver
MySQL
Database version
8.0
Web browser
chrome

glennwoo

Chevereto Member
I have followed this updating guide
step by step using docker to update to 4.0.9
make image version=4.0.9
but go to the dashboard /update, the database shows "already installed"
the version of dashboard still shows 4.0.8
how to update from 4.0.8 to 4.0.9?
 
Last edited:
Package updated. If you want to avoid re-download edit file app/legacy/load/app.php

PHP:
<?php
/*
 * This file is part of Chevereto.
 *
 * (c) Rodolfo Berrios <rodolfo@chevereto.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
const APP_VERSION = '4.0.9';
const APP_VERSION_AKA = 'macanudo';
 
After updating files and running app/bin/legacy -C update:
Code:
# Message
Outdated installation files. Re-upload app/legacy/install folder with the one from 4.0.9

# Incident ID:64ee0406899ee

# Time
2023-08-29T14:43:18+00:00 [1693320198]

# Stack trace
------------------------------------------------------------
#0 app/legacy/install/installer.php:825
{main}()
------------------------------------------------------------
#1 app/legacy/commands/update.php:18
require_once()
------------------------------------------------------------
#2 app/legacy/entrypoints/cli.php:53
require_once(string(length=61))
------------------------------------------------------------
#3 app/bin/legacy:13
require_once(string(length=61))
------------------------------------------------------------
 
Back
Top