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

Resolved Move Nextcloud to Plesk installation

Flashz

New Pleskian
Hello,
i moved my nextcloud installation from my old server to plesk. i copy the database and the nextcloud folder to my plesk account. i create a subdomain called cloud and moved the folder from my old server into that.
Now i get an error, that the ocdata file doenst exist but it does. i dont know where the problem is and hope anyone can help me
 
Are you sure you copy hidden (started with a dot) file data/.ocdata?
[root@cloud www]# ls -la data/.ocdata
-rw-r-----. 1 apache apache 0 Oct 25 2016 data/.ocdata
[root@cloud www]#

I think there needs more information for help from the community.
As an example:
- Plesk and Nextcloud versions;
- The path from config/config.php and path to web-directory;
- Maybe latest strings from data/nextcloud.log;
- Information from webserver logs;
- Etc.
 
Hey AYamshanov, the .ocdata was copied but i found the error. I have forgotten to enable the maintenance mode on nc. I did this, copy all my files to the new server and imported this in plesk and now it works perfectly :)
But one error still appear in nextcloud:
Zend OPcache can't be temporary enabled (it may be only disabled till the end of request) at Unknown#0

I enabled opcache for this subdomain and adding the following via plesk:
#opcache.enable=On (not inputed because activaiting this via plesk)
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1

I cant find a solution for this -.-
 
Back
Top