• 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.

Unable to find Plesk versionfile: /usr/local/psa/version... again

gastonwagner

New Pleskian
===========================================================
Problem:
===========================================================
cat /usr/local/psa/PMM/logs/backup-2013-12-09-10-17-02-839/backup.log
[523]: 13:17:03 ERROR b886514b-5e85-4c01-8f2d-16a73da41114 Runtime error: Unable to find Plesk versionfile: /usr/local/psa/version at /usr/local/psa/PMM/agents/PleskX/PleskVersion.pm line 18.
at /usr/local/psa/PMM/agents/PleskX/PleskVersion.pm line 18
PleskVersion::init('/usr/local/psa') called at /usr/local/psa/PMM/agents/PleskX/PleskX.pm line 148
PleskX::_init('PleskX=HASH(0x2ef5be0)', 'Storage::FileStorage=HASH(0x2ef57a8)', 'MigrationDumpStatus=HASH(0x2eeffe0)', '/usr/local/psa/PMM/agents/shared', undef) called at /usr/local/psa/PMM/agents/PleskX/PleskX.pm line 66
PleskX::new('PleskX', 'Storage::FileStorage=HASH(0x2ef57a8)', 'MigrationDumpStatus=HASH(0x2eeffe0)', '/usr/local/psa/PMM/agents/shared', undef) called at /usr/local/psa/admin/bin/plesk_agent_manager line 549
main::perform('verbose', 0, 'get-size', 1, 'split-size', undef, 'domains-id', 'ARRAY(0x174f798)', 'session-path', ...) called at /usr/local/psa/admin/bin/plesk_agent_manager line 1311
main::__ANON__() called at /usr/share/perl5/Error.pm line 415
eval {...} called at /usr/share/perl5/Error.pm line 407
Error::subs::try('CODE(0x2eea438)', 'HASH(0x2eea768)') called at /usr/local/psa/admin/bin/plesk_agent_manager line 1319
main::main() called at /usr/local/psa/admin/bin/plesk_agent_manager line 1323.
:
at /usr/local/psa/PMM/agents/shared/Logging.pm line 104
Logging::error('Runtime error: Unable to find Plesk versionfile: /usr/local/p...', 'fatal') called at /usr/local/psa/admin/bin/plesk_agent_manager line 1317
main::__ANON__('Error::Simple=HASH(0x2e933b8)', 'SCALAR(0x234a620)') called at /usr/share/perl5/Error.pm line 339
eval {...} called at /usr/share/perl5/Error.pm line 329
Error::subs::run_clauses('HASH(0x2eea768)', 'Unable to find Plesk versionfile: /usr/local/psa/version at /...', undef, 'ARRAY(0x234ac08)') called at /usr/share/perl5/Error.pm line 426
Error::subs::try('CODE(0x2eea438)', 'HASH(0x2eea768)') called at /usr/local/psa/admin/bin/plesk_agent_manager line 1319
main::main() called at /usr/local/psa/admin/bin/plesk_agent_manager line 1323

===========================================================
INFO
===========================================================
cat /usr/local/psa/version
cat: /usr/local/psa/version: No existe el fichero o el directorio

cat /usr/local/psa/core.version
11.5.30 CentOS 6 115130819.13

rpm -q psa
psa-11.5.30-cos6.build115130819.13.x86_64

cat /usr/local/sb/.version
11.5.8

cat /usr/local/psa/PMM/pmmversion
date=1338901224;size=305260

mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e 'select version_info from upgrade_history'
+--------------+
| version_info |
+--------------+
| 11.0.9 |
| 11.0.9 |
| 11.0.9 |
| 11.0.9 |
| 11.5.30 |
| 11.5.30 |
+--------------+

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "select * from misc where param='version'"
+---------+-----------+
| param | val |
+---------+-----------+
| version | 011005030 |
+---------+-----------+


===========================================================
Question
===========================================================
I need to create the archvio "/ usr / local / psa / version"?
what text should contain this file?
 
Absence of version file usually indicates that previous upgrade was not finished properly. I advise looking through the upgrade logs (usually in /tmp). version file content for Plesk >= 11.0 is usually the same as content of core.version.
 
Back
Top