cloudControl was a European PaaS that supported Java, PHP, Python, Ruby and more via the open buildpacks API and easy integration of third party Cloud services via the add-on marketplace.
Questions tagged [cloudcontrol]
117 questions
0
votes
1 answer
cloudControl mysqls.free import database
I am trying to import a SQL file into my mysqls.free addon on cloudControl. It is not working. Documentation says:
To import an sql file into a MySQL database use the following command.
$ mysql -u MYSQLS_USER -p --host=MYSQLS_SERVER…

Timo
- 320
- 3
- 14
0
votes
1 answer
How can I use cctrlapp without constantly entering credentials?
I've started playing experimenting with cloudcontrol.com. They provide a cli application called cctrlapp for managing projects.
However, many useful operations require a login. It is cumbersome and frustrating to have to put in my email address and…

davedave
- 603
- 2
- 12
- 18
0
votes
1 answer
Cloud Control Autoscaling
I could not find that much on auto scaling, at the CloudControl docs, only some old blog posts. I am interested in autoscaling as my particular app is for consumers who will not be using it during the work day, they will be using it early mornings…

Lee
- 8,354
- 14
- 55
- 90
0
votes
1 answer
Adding ElephantSQL add-on
I've tried to add ElephantSQL add-on to my application using following command and get error:
cctrlapp someapp/default addon.add elephantsql.turtle
addon: Billing account required in order to add "elephantsql.turtle".
Could someone explain how can…

Nikolay
- 113
- 1
- 8
0
votes
2 answers
Apache configuration for cloudControl w/ Symfony2 and Assetic?
I'm having problems to show my generated assets in cloudControl. After assetic:dump the assets are created un the /srv/www/code/web folder but Apache is not accessing them.
This is my Apache configuration (documentroot.conf):
DocumentRoot…

eillarra
- 5,027
- 1
- 26
- 32
0
votes
1 answer
access denied on cloud control app push git bash for windows
I am trying to push Piwigo CMS(http://piwigo.org/) to Cloudcontrol I tried the method as same as Drupal, which is described in https://www.cloudcontrol.com/dev-center/Guides/PHP/Drupal%207 But I am getting this error

Isham Mohamed
- 2,629
- 1
- 14
- 27
0
votes
1 answer
MySQL max_user_connections error while deploying a Rails application
I am running pretty often into the MySQL max_user_connections limitation.
Probably after a deploy when I try to run some kind of command like rake db:migrate or trying to access the console.
I understand the limitation and that it might be better to…

bumi
- 111
- 3
0
votes
2 answers
Laravel MySQL connection on Cloudcontrolled
I am using the Laravel framework for a project hosted on cloudcontrol.com and would like to connect to a MySQLd instance on cloudcontrol.com.
How can I configure DB access in Laravel? Unfortunately I could not find any documentation for this…
0
votes
0 answers
git push throws error "tip of current branch is behind"
I got a local app. The push to my host cloudcontrol.com doesn´t work. The terminal says that I have to pull and push it again. But the commands were not recognized and errors are thrown. My approach:
1) I used to git init my repository, then git add…

Karl
- 410
- 11
- 25
0
votes
0 answers
Install PECL extension and enable PHP ZTS on cloudControl
How do I install a PECL extension for PHP on the cloudControl platform?
Do i need to create a custom Buildpack?
EDIT: I tried to install the extension following this tutorial. My commands:
cctrlapp APP_NAME/DEP_NAME run bash
wget…

ausi
- 7,253
- 2
- 31
- 48
0
votes
1 answer
How to run cronjobs on local files on cloudControl PaaS?
On cloudControl, I can either run a local task via a worker or I can run a cronjob.
What if I want to perform a local task on a regular basis (I don't want to call a publicly accessible website).
I see possible solutions:
According to the…

Gottlieb Notschnabel
- 9,408
- 18
- 74
- 116
0
votes
1 answer
Pushing my app to cloudControl (PaaS) fails: hook declined
When trying to push and deploy my app to cloudControlled PaaS:
$ cctrlapp MY_APP/default push
I get the following error (reduced output):
remote: -----> Receiving push
remote: /srv/www/buildpacks/php/bin/compile: line 81:…

Gottlieb Notschnabel
- 9,408
- 18
- 74
- 116
0
votes
2 answers
Cloudcontrol - overriding PHP-FPM settings, server reached pm.max_children
I am quite often receiving 'WARNING: [pool www] server reached pm.max_children setting (1), consider raising it' in my error logs for my containers on Cloudcontrol, and I am therefore looking for a way to raise this setting.
I have managed to adjust…

m.mork
- 3
- 2
0
votes
1 answer
How do I get hold of my access logs from CloudControl
This may seem like a stupid question, but:
If I have an app deployed to CloudControl, how can I download the access logs directly.
Of course I can cctrlapp myapphere/default log access to 'tail' them.
... but I want to download them for off line…

Captain Caveman
- 51
- 6
0
votes
1 answer
How can I deploy a zend framework 2 php app to CloudControl?
I have the zend skeleton app, the framework is detected but I still run into trouble:
Constructor Zend\Stdlib\Glob::glob() cannot be static
Now Im not sure is that related to the php version of cloud control, or other configurations I should take…

Daniel Alonso
- 60
- 7