-
Notifications
You must be signed in to change notification settings - Fork 47
Upgrade from Clipbucket 4.2
MacWarrior edited this page Aug 20, 2024
·
8 revisions
To see where we're going, you need to see where you come from ; here you are :
- Using ClipBucket 4.2 RC1 (Latest official release, released on 2019-01-31) without any specific issue relative to your system configuration
- Using PHP 5.6.X (Latest PHP version compatible with ClipBucket 4.2 RC1, discontinued since 2019-01-10)
- You want to upgrade ClipBucket to 5.X ! 😄
- Make a full backup of your DB
- Make a full copy of your website
- Upgrade your PHP to 7.0+ (8.0+ recommended)
- Upgrade your MySQL to 5.6+ (MariaDB 10.3+ recommended)
- Replace existing Clipbucket directory with latest release or a git clone of this repository
For now, git clone and usage of latest release (5.5.1-X) is more than recommended - Replace /upload/files/ directory with your old one
- Move all files from old /upload/images/avatars/* to new /upload/files/avatars/ except no_avatar* files
- Copy your old /upload/includes/dbconnect.php to new /upload/includes/config.php
- Create new directories /upload/files/avatars/ , /upload/files/cover_photos/ and /upload/files/logos/ (With correct chmod and chown !)
- Move all files from old /upload/images/avatars/* to new /upload/files/avatars/ except no_avatar* files
- Login on /admin_area/login.php and then follow DB update instructions
Optionnal :
- Remove php-imagick
- Remove gpac
- Remove flvtool2
- Make a full backup of your DB
- Use easy installation script
- Replace /upload/files/ directory with your old one
- Create new directories /upload/files/avatars/ , /upload/files/cover_photos/ and /upload/files/logos/ (With correct chmod and chown !)
- Move all files from old /upload/images/avatars/* to new /upload/files/avatars/ except no_avatar* files
- Drop installed DB and then restore clipbucket DB with your backup
- Login on /admin_area/login.php and then follow DB update instructions
Welcome aboard adventurer !