VBX Co Well-known member Licensed customer Dec 31, 2021 #1 Just upgraded an XF 2.1 PHP 7.4 install with 6.4 million posts to XF 2.2 PHP 8.1 in 15 mins via CLI. Go XF!
Just upgraded an XF 2.1 PHP 7.4 install with 6.4 million posts to XF 2.2 PHP 8.1 in 15 mins via CLI. Go XF!
VBX Co Well-known member Licensed customer Jan 1, 2022 #2 Oddly, images (within the dimension and physical file size limits) wouldn't upload - added this to config.php and it fixed it (in case this helps anyone else): Code: $config['maxImageResizePixelCount'] = 100000000; Upvote 1 Downvote
Oddly, images (within the dimension and physical file size limits) wouldn't upload - added this to config.php and it fixed it (in case this helps anyone else): Code: $config['maxImageResizePixelCount'] = 100000000;
cosmin85 Active member Licensed customer Jan 24, 2022 #3 Whats your db size with 6.5m posts ? Upvote 0 Downvote
VBX Co Well-known member Licensed customer Jan 24, 2022 #4 Cyry said: Whats your db size with 6.5m posts ? Click to expand... 11GB Upvote 0 Downvote