• 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

Upgrade/update not working via shell.

Version
v4.0.10
PHP version
8.1
Database driver
MySQL
Database version
8
Web browser
Firefox

s-f-r-j

Chevereto Member
Hi all,

I have been doing upgrades/updates via shell in recent versions, however, trying to update to latest version doesn't work.

Any suggestions?

[USER@NAME ~]$ bash <(curl -s https://raw.githubusercontent.com/chevereto/vps/4.0/common/get.sh)
__ __
__/ / _ _ _____ _______ / /____
/ __/ _ \/ -) |/ / -) __/ -) _/ _ \
\////\/|_/\// \_/\/\_/

Chevereto V4 License key (if any): 🔑
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 400

Thanks
 
Run this and show me the error.

Code:
curl -SOJL \
    -H "License: license_here" \
    "https://chevereto.com/api/download/4"
 
Back
Top