• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • 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