• 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

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