• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Plesk 12.5 web admin edition database limit

limestreet

New Pleskian
Hi,
I try to migrate two accounts (3 domains and few subdomains) from web pro edition to web admin edition. On one domain I have about 20 WordPress installations (in subfolders) for demo/test purposes. I can migrate only 10 databases per user (2 subscriptions on old server) and I get this error:
Unable to create database: There are no available resources of this type (MySQL databases) left. Requested: 1; available: 0.
Is this in some way related to domain limit? Or can I change this limit somewhere?

Plesk version (on both servers): 12.5.30 Update #40
OS version (on both servers): CentOS 6.8 64bit
MySQL version (on both servers): MySQL 5.5.50 (atomic)

Thanks in advance!
 
Try to set unlimited number of databases for subscription with

# plesk bin subscription_settings -u domain.com -max_db -1
 
Back
Top