• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Backup/CP Issues rooting to Mysql Issues on 8.1.1

DjFarout

Basic Pleskian
I first noticed this when my backups started erroring

I would get this message :
Backup error.
Can't query SELECT `id`,`dom_id`,`type`,`name`,`db_server_id` FROM `data_bases`: MySQLDatabaseProvider error 1054:Unknown column 'db_server_id' in 'field list'

in the proccess of debuging the issues, I went to "Database Servers" and I got this error :
DB query failed: Unknown column 'db.db_server_id' in 'field list'
---------------------- Debug Info -------------------------------
0: C:\Program Files\SWsoft\Plesk\admin\plib\common_func.php3:211
db_query(string 'SELECT db.id, db.type, db.name, db.db_server_id, rs.app_id FROM data_bases db LEFT JOIN SiteAppResources rs ON ( rs.type="database" AND rs.res_id=db.id ) WHERE db.dom_id=3 AND db.type IN ('mysql','mssql')')
1: C:\Program Files\SWsoft\Plesk\admin\plib\class.DataBasesList.php:66
DataBasesList->fetchDataBasesList()
2: C:\Program Files\SWsoft\Plesk\admin\plib\class.cList.php3:94
cList->fetchList()
3: C:\Program Files\SWsoft\Plesk\admin\plib\class.cList.php3:113
cList->init()
4: C:\Program Files\SWsoft\Plesk\admin\htdocs\domains\databases\db.php3:33

The same Field is causing the error. The field should be in the mysql.db table.

Should I create it? If so what type should it be? Any info would help!!

this thread talks about a very similar(if not the same issue) but I can't find any fixs for it.
[http://forum.swsoft.com/showthread.php?s=&threadid=44444]

Server Info :
---
Plesk version psa v8.1.1_build20070326.13 os_Windows 5.2.3790.0
- Patched Plesk 8.1.1 Update 070409.12, Plesk 8.1.1 Update 070517.18
Operating system Microsoft Windows Microsoft Windows 5.2;build-3790;sp1.0;suite274;product3
 
My guess would be an INT. Some of my PSA tables have _server_id type fields, all int's. I can't tell where they relate to though.

EDIT: Have you ran the reconfigurator to validate the database?
 
Back
Top