Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • MySQL addon not starting

    Solved Support mysql
    25
    1 Votes
    25 Posts
    441 Views
    nebulonN
    I am generally not in the group of AI = bad, however it likely just lacks lots of knowledge about the Cloudron internals, which make recommendations often not very useful in this area (yet). Overall I am still not sure based on this thread why DNS was involved here and given that you hit 3 different addons with apparently diverse issues, maybe something unrelated to them individually caused the trouble. We will add a few more helpers to the cloudron-support script for the future, to hopefully get down to such issues faster. If you haven't deleted the server yet, maybe we could take a closer look via SSH, since you already invested much time in debugging. If you want that, please enable remote ssh support and send a mail to support@cloudron.io with your Cloudron details.
  • mysql for apps removing bad DB or app.

    Solved Support mysql
    6
    3
    1 Votes
    6 Posts
    187 Views
    nebulonN
    Turns out the mysql service wasn't starting, not too clear what the root cause was, but rebuilding it made it work again.
  • BoxError Database error

    Solved Support mysql migration
    9
    0 Votes
    9 Posts
    344 Views
    SupaikuS
    Ok, it seemed running the /home/yellowtent/box/setup/start.sh to trigger the migration after restoring the database (because of the ERROR 1046 (3D000) at line 22: No database selected i needed to add these two lines to the dump file: CREATE DATABASE box; USE box; Then it was able to backup the database and run the migration.
  • 1 Votes
    8 Posts
    187 Views
    nebulonN
    I guess that is solved via https://forum.cloudron.io/post/95877
  • Piping MYSQL error when restoring Vaultwarden backup

    Solved Support mysql restore
    3
    0 Votes
    3 Posts
    290 Views
    humptydumptyH
    Yep, as usual. It's user error. I was using the box config backup. I just had to adjust the backup path to point to the app. I figured out the correct path by logging into my Backblaze dashboard, browsed through the bucket (by date) and the file "name" is your path. Copy/paste into the import box along with the box settings and voila!
  • Import 5gb sql file into MYSQL database

    Solved Support mysql import traccar
    21
    1 Votes
    21 Posts
    3k Views
    girishG
    This was sorted out in support.
  • Cloudron partial install but server seems active

    Support install setup mysql
    4
    1 Votes
    4 Posts
    719 Views
    girishG
    @joack said in Cloudron partial install but server seems active: I tried installing it on my recently updated ubuntu20.04 desktop As others warned, don't do this! It's not meant to be run this way. You can create a VM on your desktop and install it in the VM though. The error itself is happening because you probably are using MySQL already and this is conflicting with Cloudron installation.
  • CPU stuck and using all cores at 100%

    Solved Support cpu mysql
    5
    2
    1 Votes
    5 Posts
    702 Views
    girishG
    @jonslab did you find what it was?
  • mysql not responding (with vaultwarden installed)

    Unsolved Support mysql
    22
    2 Votes
    22 Posts
    5k Views
    N
    @nebulon I restored the server from a backup, as it must be working at this time. I don't have Vaultwarden installed. Only redmine and a couple of other applications. I sent the ticket to support.
  • 1 Votes
    4 Posts
    657 Views
    girishG
    @cleveradmin OK, I reread your original post and understood now. You are offering your setup as a way to understand how to recover MySQL which is in some indeterminate state. In general, we don't attempt to recover databases unless it's super crucial. It's almost always just easy to recover from a backup and we also don't support setups with no backup. (IMO, MySQL recovery is very complicated and kind of arcane. Fixing one issue leads to another and it can take days really. So, not worth the effort.)
  • MySQL database credentials do not appear in Web terminal

    Solved Support mysql
    6
    0 Votes
    6 Posts
    722 Views
    M
    @girish haha true, just wanted to throw that in there
  • Can I access a postgres database of an app from outside?

    Solved Support mysql postgresql
    19
    0 Votes
    19 Posts
    5k Views
    girishG
    I have given these stable IPs now - https://git.cloudron.io/cloudron/box/-/commit/582994b9d646989b42e27dde1ae0c27bbb964834
  • Upload cloudron mysqldump from backup

    Support troubleshoot mysql
    5
    3
    0 Votes
    5 Posts
    712 Views
    girishG
    @natzilla Ah ok, I think I will improve the docs to say how to exactly recover if mysql is not even running. The troubleshooting guide assumes mysql is running but corrupt.
  • MySQL failing to start

    Moved Unsolved Support mysql services
    2
    1
    0 Votes
    2 Posts
    301 Views
    RazielKanosR
    @UDGC What happens when you hit "Restart"?
  • Cloudron is offline. Reconnecting...

    Solved Support mysql offline
    6
    1
    0 Votes
    6 Posts
    919 Views
    nebulonN
    @harrowsmith can you run docker network inspect cloudron to see if the network it tries to bind on is actually created?
  • After update to 7.3.2, mySQL does not come up

    Solved Support mysql addons
    6
    0 Votes
    6 Posts
    1k Views
    girishG
    @necrevistonnezr I wasn't aware of the setting, good to know.
  • 0 Votes
    3 Posts
    783 Views
    girishG
    Also, see https://forum.cloudron.io/topic/3237/remote-sql-support-on-a-per-app-basis?_=1652377131316 on how one can connect with a SSH tunnel.
  • mysql slow query log

    Solved Support mysql
    9
    0 Votes
    9 Posts
    2k Views
    girishG
    (please read warning in above comment before following instructions below). If you want to make config file changes: docker exec -ti mysql /bin/bash Edit /run/mysql/my.cnf as needed supervisorctl restart mysql It is important to note that the changes to config files are not persistent across container restarts and server reboot. In general, we have not envisioned Cloudron as a development environment, but we do have many devs using it as such. So, if there is interest, maybe we need to improve things for such use cases.
  • MySQL server down

    Solved Support mysql
    6
    1 Votes
    6 Posts
    891 Views
    iamthefijI
    @iamthefij Ok. Just restored matomo from backup again and it's all good.
  • MySQL Unresponsive!

    Solved Support mysql
    8
    1
    0 Votes
    8 Posts
    1k Views
    girishG
    I put some docs on how to fix the mysql addon here - https://docs.cloudron.io/troubleshooting/#mysql-addon . It's not "complete" but it's very hard to write those docs since there's a lot of things that can go wrong with mysql....