• 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

switching from exclusive version to tenant?

Version
4.1.4
Website URL
https://www.pixtasia.de
PHP version
8.3.30
Database driver
MariaDB
Database version
10.11.14-MariaDB-0ubuntu0.24.04.1
Web browser
brave

CMedia_de

Chevereto Member
Is there a way to migrate a normal instance to a tenant based?
I want to move a existing installation with lots of data to a new host - new installation and migrate all of the links / images / videos / media to this new host without loosing any of the data like hits / share links, users aso.

or is it better to migrate from direct hosting to docker in the exact version and - afterwards moving / upgrading to the newest one?

Thanks a lot for this great software!
 
Is there a way to migrate a normal instance to a tenant based?
Tenants system is to be used for providing several installations in the same infrastructure, you use it when you need or more installations. For single installations it has zero value.

For migrating to tenants, you could:

1. Initialize the tenants system
2. Create your tenant "1"
3. Rename your tables from chv_ to chv_1_ prefix (prefix plus tenant id)
 
or is it better to migrate from direct hosting to docker in the exact version and - afterwards moving / upgrading to the newest one?
The way Chevereto carries migration is by combining all the schema changes into a big multi query. So it doesn't really matter in which order you do it.
 
Back
Top