• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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