Search results

  1. InTheWoods

    [How-To] Create or change your server's hostname in Directadmin

    Web installer failed, didn't want to fuss with trying to diagnose that issue since I didn't even know there was a web-installer as I've never used it in the past, so did the same installation method as always: sh <(curl -fsSL https://download.directadmin.com/setup.sh)...
  2. InTheWoods

    [How-To] Create or change your server's hostname in Directadmin

    Crazy that I still need to reference this thread upon new deployments because things don't work out of the box
  3. InTheWoods

    Hostname SSL

    It's crazy how every - single - time I deploy a new DA server I need to come back to this post to figure out how in the heck to get the hostname SSL to work properly. How does DirectAdmin not just do this automatically? You generate some publicly unsuable hostname upon installation now. It's...
  4. InTheWoods

    Can't update system packages

    "There are 191 updatable packages on the system." Click on, "Update all packages" and get met with, "Internal Error" SSH into the box, run, "yum update" and am met with this: yum update This system is receiving updates from CloudLinux Network server. Last metadata expiration check: 1:11:11...
  5. InTheWoods

    Redis, when selecting it as a package option and saving, auto-deselects upon save. How to add it to a package?

    Quite frustrating, out of our DA servers there is one that is just being a stubborn pain. Setup: CloudLinux / LiteSpeed / DirectAdmin We create a 'reseller' on each of our servers, which is just us. This reseller package has redis selected. The user packages have redis selected. But when...
  6. InTheWoods

    Preparing to migrate server to new POP, with IP change while also using external DNS cluster?

    Just to confirm, this needs to be completed only on the server that is being migrated or also on each of the NS servers in the multi-server setup for DNS?
  7. InTheWoods

    Preparing to migrate server to new POP, with IP change while also using external DNS cluster?

    In the coming week or so we need to migrate from a location that is closing to our own infrastructure located elsewhere. This move will unfortunately require IP renumbering. The good news is, we containerize our DA servers so if needing to migrate to different hardware, etc it's much simpler to...
  8. InTheWoods

    Hostname SSL

    There are several different conflicting KB articles on this. I want to secure the hostname of my server. By default, DA now installs to server-xx-xx-xxx-xx.da.direct instead of the FQDN or IP of the server as it used to. When trying to secure the actual hostname of the server (Ex...
  9. InTheWoods

    High Availability - Email, specifically.

    Thanks, will check that out. My experience has been the opposite, but we have our IPs announced in a few different locations so I guess a regional failover would be better regardless since the option is available and would be a stronger selling point. I've just seen less total network outages...
  10. InTheWoods

    High Availability - Email, specifically.

    I've searched the documentation as well as the web, with forum posts from 2009, 2013, and other times of current irrelevance being displayed. Documentation does not seem to mention "high availability", but does mention clustering. I'm curious if anyone here has setup a High Availability...
  11. InTheWoods

    Replicating the same DA setup across multiple new servers. What's the easest way?

    Trying to figure out the easiest way to complete this without it causing me too much stress or time, ha! Is there a recommend 'simple' way to setup new DA servers across? Same software stacks, same settings, etc. I don't want to have to go into CustomBuild if I don't have to and check one by...
  12. InTheWoods

    "php 5.x, 7.x and 8.0 cannot compile against openssl 3.0 or higher. Try php 8.1 or higher"

    Tried CloudLinux, AlmaLinux 8.x and Debian 12. All give the same error when trying to enable PHP multi-choice versions 7.4 or 8.0. I have older DirectAdmin servers running CloudLinux without this being an issue, but would like newer deployments to have the latest OS. While 8.x support is great...
  13. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    Sure, in your example above: mysql -uUSERNAME -p DATABASENAME < /path/to/the/backup.sq That would result in an error for me. ( ERROR 1044 (42000) at line 18: Access denied for user 'username'@'localhost' to database 'databasename' ) However, I can open the MySQL/MariaDB CLI prompt by instead...
  14. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    Importing now via CLI. Using the 'source' command after logging into MariaDB CLI. Seems to be working.... Will report back. What a wonky setup. I've never had to do this before. Not sure if this is a DirectAdmin thing, a Debian 12 thing, or something in between.
  15. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    Yes, that is exactly what I am doing. That is the same thread I read a couple hours ago when I started this process. :(
  16. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    I've never had to do that before. If the DB is at /home/username/staging/mydatabase.sql, what would I do when in the MariaDB terminal or whatever?
  17. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    The original did, was long/secure. I dumbed it down and the issue persists. We responded near the same time, so perhaps my last response wasn't seen. I can access the MariaDB via SSH with the same password. It's only when I try to import the DB that it gives me a credential error.
  18. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    From SSH I can: mysql -u username_database -p username_database And that works just fine. MariaDB [username_database]> But if I run the same command with "< /home/username/staging/mydatabase.sql" at the end, using the same password, I get a credential error... So strange.
  19. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    I'll try shortly and will let you know. Right now I'm signed into server.com/phpmyadmin as da_admin and am trying to import the data to the "username_database" database right now. I don't want to interupt this process as I'm already well over my allotted timeframe for maintenance on this and am...
  20. InTheWoods

    Importing large database (2GB). phpMyAdmin always fails, and via SSH I get credential errors...

    The database has been created in DirectAdmin as a user. Database name: username_database Username: username_database Password: example123 (The above info is just an example) Via SSH, as ROOT, I run: mysql -u username_database -p username_database < /home/username/staging/mydatabase.sql...
Back
Top