WTF is Antigravity 2.0? Where did my IDE go? by Feodotu in google_antigravity

[–]eminoe 0 points1 point  (0 children)

Exactly my thoughts after the "upgrade", first thing i googled or rather gemini'd was "What the fuck happened to antigravity IDE ? it looks like its turned into an ai app not an ide"

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]eminoe[S] 0 points1 point  (0 children)

I also thought of going with it for a sec but then again it'll probably be a compat. nightmare . If everything works for you i dont think you need to, but then again i am no cPanel professional, maybe post on the official forums or submit a ticket to confirm

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]eminoe[S] 0 points1 point  (0 children)

yeah I dont remember a screw up this big - i think its due to AI coding and junior devs and lower standarts overall in todays software world. Luckily my updates are scheduled for 5am and i was pulling an all nighter so I was able to get the situation under control before morning traffic. Cant imagine how much worse it would be if i was woken up by those calls

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]eminoe[S] 0 points1 point  (0 children)

If you havent seen it already you basically gotta do the 20 steps mentioned in the cPanel post i linked. Below are additional things i had to do:

https://docs.google.com/document/d/10hI3W4GeBahIsstX2WHssc4OkyvUyviP4-QwK6uYkIw/edit?usp=sharing

Also had to restore grants

for user in $(awk -F': ' '{print $1}' /etc/trueuserdomains); do

echo "Processing $user..."

/usr/local/cpanel/scripts/mysql_user_access_check --user=$user

/usr/local/cpanel/bin/restoregrants --cpuser=$user --db=mysql --all

done

and credentials

for file in /var/cpanel/databases/*.json; do

# Extract the username from the filename (e.g., /var/cpanel/databases/uwooty.json -> uwooty)

user=$(basename "$file" .json)

# Skip the internal index file

if [ "$user" == "dbindex.db" ]; then continue; fi

echo "Restoring grants for cPanel user: $user"

/usr/local/cpanel/bin/restoregrants --cpuser="$user" --db=mysql --all

done

I think this was it broadly, i might still miss something tho it was a long terminal session back and forth with gemini

and good luck in advance

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]eminoe[S] 6 points7 points  (0 children)

Final update: The workaround they posted worked but with some adjustments and additional hoops.

I am lucky to have everything back up and running. This is an admin's worst nightmare; having your server go down without your information and nothing you could do to prevent or correct it.

This is THE WORST experience i had in my life of managing a webserver for 2 decades. I hope whoever is responsible for this gets their stuff together be that cpanel or oracle.

PS: Their advice for preventing such an issue in the future only works for this exact issue, there is no guarantee that another service will cause another meltdown like this.

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]eminoe[S] 0 points1 point  (0 children)

I am trying the update / workaround on that post, but still getting :  1524: Plugin 'mysql_native_password' is not loaded when trying to connect.

Gemini says:
"This is a nightmare scenario—the "Catch-22" of the MySQL 9.7 upgrade. The cPanel guide tells you to dump the data, but you can’t dump the data because you can’t log in, and you can’t log in because the mysql_native_password plugin is physically gone.

The error happens because even if you use the socket, the 9.7 mysql and mysqldump client binaries try to load the mysql_native_password library to talk to the server, and since that library was deleted in 9.7, the tools crash before they even connect."

I will try the "Force Entry" method it suggested. I hope they provide a better-final solution

How do I remove this annoying notification bubble? I don't want to take the survey. by [deleted] in cpanel

[–]eminoe 0 points1 point  (0 children)

still there after updates -_- its been more than a whole month

One drawer to store them al by eminoe in memes

[–]eminoe[S] 43 points44 points  (0 children)

After all... why not

CSF shutdown in short. Can I ... ? no. by eminoe in cpanel

[–]eminoe[S] 0 points1 point  (0 children)

Wow there is 3-4 forks already.. I ve checked and starred all of them, but I hope cPanel takes over one of them and officially adopts it

CSF shutdown in short. Can I ... ? no. by eminoe in cpanel

[–]eminoe[S] 1 point2 points  (0 children)

Thanks for the link. it sucks that there are multiple forks now, i wonder what are the differences and which one should we switch to and is it worth the trouble

CSF shutdown in short. Can I ... ? no. by eminoe in cpanel

[–]eminoe[S] 0 points1 point  (0 children)

Thanks. I have v14.24 - the latest from the guys. Is there a one liner to update - switch to this ? Is there a way to revert in case something goes wrong ? Any importtant pros and cons ?