Hello,
i updated devKinsta and Docker now when i try to open one of the sites i get the error “Error establishing a database connection”.
It happens with all sites, if I try to open the database here too there are errors.
I am attaching screenshots.
Nothing does not work, it was already 59gb, I took it to the maximum Disk image size: 73.5 GB (5.2 GB used), but the problem remains, the database does not connect.
I hope I haven’t lost everything…
You will not lose the data as that information will stay within Docker and local folders. Before you do that, could you paste a screenshot of the following within Terminal?
docker exec -it devkinsta_db bash
mysql -p
#here copy your db password
show databases;
Hello,
it does not actually allow me to enter the password, every time it asks me to enter it, the cursor does not write.
I tried to access by re-entering the line “mysql -p” but the password does not make it enter …
Within Docker, could you try deleting devkinsta_db and the devkinsta_db_data volume as well? Re-open DevKinsta and it should download those again. We believe something may have gone wrong during the update on your machine.
To backup the database, you’ll need to be able to login with mysql -p but I understand it’s giving you issues. Keep in mind that when entering the password, it’s hidden by default. Perhaps it’s entering but as it’s hidden, it’s not showing? Try pasting the password anyway and see if it lets you in.
Unfortunately based on that screenshot, it appears the database is missing. That would explain why it’s been appearing as “Error establishing a database connection”. Do you recall how DevKinsta and Docker was updated? Did you by chance uninstall it?