• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even 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

Migration from web hosting to VPS

tryimg

Chevereto Member
I want to migrate from a shared web hosting (without SSH aacess) to a VPS.
What is the quickest and safest way to migrate?
 
Generally, I would imagine the safest and best thing to do is first ask your web hosting provider if they could migrate the data for you safely.

Currently using ShockHosting.net for roughly half a year and I'm beyond satisfied with how cheverto works with FFmpeg and how thankful I am to them for all the support.

To answer your concern, I'd made 3 copies using FTP of all the website data with one zip tar gz holding static pages and another that is specifically backing up the photos and videos.
 
I moved everything from one host to a VPS. I updated the database settings too but getting the error that something went wrong.
 
I moved everything from one host to a VPS. I updated the database settings too but getting the error that something went wrong.
I just went through this EXACT excercise, make sure you make the needed changed in .env
 
I'm using cyberpanel that works on Openlitespeed 1.4.38 . I believe there's some issue with the .htaccess that does not load. I added the same .htaccess content in the rewrite rules within the cyberpanel. PS. I'm moving from cPanel to CyberPanel
 
I tried adding 'CHEVERETO_DEBUG_LEVEL' => '3', in the env.php but still its not printing any error strangely.
 
I tried adding 'CHEVERETO_DEBUG_LEVEL' => '3', in the env.php but still its not printing any error strangely.
That only works for errors after the application has boot, any prior error won't be printed and must be checked at the error log.
 
Ok, I have resolved the problem. There was something wrong with the ownership level of the files. I used the administrator's account on CyberPanel to move the files from the previous hosting. It automatically set the ownership to root and now the user was not able to edit the files. Also I updated the .htaccess file with the help of ChatGPT. I gave ChatGPT the original htaccess file, and told him that I need a new one that is compatible with Openlitespeed. 🙂
 
Back
Top