Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
We manually migrating a site onto my new cloud server which is running Plesk. it seems like that an upload limit does not allow us to upload a 2GB database file.
An upload limit implies that you are trying to upload that large file through the GUI. This will not work. Even if you increase the upload file size limit you will hit the script runtime limit. Instead, please use an FTP client such as Filezilla to upload the file manually through FTP. This will always work.
After you have managed to upload it (e.g. by FTP) you might get into trouble importing it. Most likely the process will be interrupted, because it will exceed the maximum allowed script runtime. Instead, you will need to import the file step by step. For the process I can only recommend Ozerov's "BigDump" importer. BigDump: Staggered MySQL Dump Importer
It imports n lines, then closes and restarts itself, imports the next n lines and so on until the whole file is processed. By this loop the script runtime always stays short, so that an import will succeed even on systems with little resources and tight limits.
Thank you Peter. Unfortunately, I can't get it done. I believe my knowledge is not large enough. I got a Ionos Cloudserver with Plesk. When I import I get this error:
Unable to import the hicker_db dump:
ERROR at line 3949116: Unknown command '\a'.
Traceback (most recent call last):
File "/opt/psa/admin/sbin/dbbackup", line 6, in <module>
File "/opt/psa/lib/modules/python/dbbackup/dbbackup.py", line 99, in main
restore(options, password)
File "/opt/psa/lib/modules/python/dbbackup/dbbackup.py", line 88, in restore
raise Exception("program 'mysql' finished with non-zero exit code: %d" % p.returncode)
Exception: program 'mysql' finished with non-zero exit code: 1
I wonder if here is somebody I might be able to hire to help me importing this file? or helping me with your suggestion?
It is a old file. I wonder if the problem is that my server is running MariaDB? While Plesk is telling my MySQL? I think I need help here. I think I have to upload MySQL server instead of MariaDB