Thought I would be foolish and update just before leaving for the day.
Administration / Maintenance / Update - Program updated. Trying to step the database updates and I am left at a blank https://Server.Domain/post.php?update_db
Pressing the back button takes me back to the database update page
Current DB Version: 1.5.9
Latest DB Version: 1.6.2
Checking my server logs
access.log
[29/Oct/2024:17:13:01 -0700] "GET /post.php?update_db HTTP/1.1" 500 640 "https://Server.Domain/admin_update.php" "User Agent String"
error.log
[Tue Oct 29 17:13:01.728536 2024] [php:error] [pid 397002:tid 397002] [client w.x.y.z:55320] PHP Fatal error: Uncaught mysqli_sql_exception: Duplicate column name 'login_folder_id' in /var/www/html/database_updates.php:2296
Stack trace:
#0 /var/www/html/database_updates.php(2296): mysqli_query()
#1 /var/www/html/post/admin_update.php(292): require_once('...')
#2 /var/www/html/post.php(63): require_once('...')
#3 {main} thrown in /var/www/html/database_updates.php on line 2296, referer: https://Server.Domain/admin_update.php
Idea's?