• 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

My chevereto program failed to update 3.17.0

jiangmeichao

Chevereto Member
Description of the issue

My chevereto program failed to update 3.17.0

When updating version 3.17.0, the prompt is as follows:


# Dumped update query. https://v3-docs.chevereto.com/setup/update-guide.html#manual-procedure
UPDATE `chv_settings` SET `setting_value` = 1 WHERE `setting_name` = 'maintenance';
ALTER TABLE `chv_albums` ADD `album_cover_id` bigint(32) DEFAULT NULL;
ALTER TABLE `chv_albums` ADD `album_parent_id` bigint(32) DEFAULT NULL;
ALTER TABLE `chv_images` ADD `image_is_360` tinyint(1) NOT NULL DEFAULT '0';
UPDATE chv_albums
SET album_cover_id = (SELECT image_id FROM chv_images WHERE image_album_id = album_id AND image_is_approved = 1 LIMIT 1)
WHERE album_cover_id IS NULL;
ALTER TABLE `chv_images` ADD KEY `image_is_360` (`image_is_360`);
UPDATE `chv_settings` SET `setting_value` = "3.17.0" WHERE `setting_name` = "chevereto_version_installed";
UPDATE `chv_settings` SET `setting_value` = 0 WHERE `setting_name` = "maintenance";
 

Attachments

  • QQ图片20201127160728.png
    QQ图片20201127160728.png
    22.6 KB · Views: 2
Back
Top