hi guys, I know there are plenty of "empty the recycle bin" posts around but I still have a problem with that. Yesterday I deleted a DB called web20_db1 and created a new one called web20_db2. I clicked on delete recycle bin, went again to the bin and the DB is still there... I tried connecting to the new one and still no lock... since yesterday nothing has changed... where to look and what to do? whats the script to commit changes? how can I test if its not working?
Generally, an item can be removed from the recycle bin when the status field is empty. Did you have any errors in the ISPConfig logfile? /home/admispconfig/ispconfig/ispconfig.log
no errors in /home/admispconfig/ispconfig/ispconfig.log - so what can I do? I now still habe web20_db1 and web20_db2 in the recycle bin and the web20_db3 I created this morning is there in my ispcfg panel but it was not created I can't see it with phpmysql, but I can still see the other 2 DBs...
The status fields of the web20 databases aren't empty which means that the ISPConfig backend did not do anything. I had a closer look at the processes you posted and realized the the ispconfig_wconf daemon isn't running. I guess /home/admispconfig/ispconfig/.run is existing? Please restart ISPConfig: Code: /etc/init.d/ispconfig_server restart The problem should then disappear.
did what you said, now here is the new sql content: and indeed it deleted web20_db1 and web20_db2 but it did not create web20_db3. any further suggestions? ###edit### I changed the db password for web20_db3 and saved inside ispcfg panel and that did the trick thx a lot.