• 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

How to move old images to a user and make them private?

Saxtus

Chevereto Member
I've just updated successfully from 2.5.9 to 3.0.2, but I can't find a way to move the old images from guest/public ownership to my admin user's profile/private.

Is there an option I am missing?
Thanks in advance.
 
On top of that, I was using v2.x as private image uploading service, but I can't find a way to restrict automatic registration of new users now...
Am I blind or this option doesn't exist on the new UI?
 
Using a DB query of course. Create an album, make it private then run a query updating all the images where storage = "old" set album_id = <your album id>
 
Thank you, that did the trick:
Code:
UPDATE `chv_images` SET `image_user_id`=1 WHERE 1
 
Last edited:
Back
Top