81
Apache / Re: rebuild vhosts
« Last post by setecabanas on November 03, 2025, 06:34:59 AM »Thanks
82
Installation / Re: Problems installing CWP 8 with MariaDB
« Last post by overseer on November 02, 2025, 02:25:03 PM »The goal would be to have 2 concurrently running systems -- your live AL8 system and your newly migrated AL9 system. Then you just change the DNS to point to the new server to complete the migration. In my case, I had 2 VMs on the same host machine, IPs separated by only a couple of digits. I brought up the new system, tested it as best I could, then shut down the main production VM and changed the IP on the replacement VM. It was a seamless transition (1 min downtime), with only some housekeeping to tend to after the switch -- that didn't affect the clients at all. This way, if things go south you can always revert back to the previous VM with only ~1 min downtime.
(Even if you go the DNS route, with Cloudflare you are only talking about >5 min downtime, switching DNS back & forth.)
(Even if you go the DNS route, with Cloudflare you are only talking about >5 min downtime, switching DNS back & forth.)
83
Installation / Re: Problems installing CWP 8 with MariaDB
« Last post by Wonder on November 02, 2025, 01:30:11 AM »No, not limited to just the website DB -- I do mean ALL DB (including the root_cwp database, postfix DB, roundcube DB). On the original server to be migrated, issue this command:Code: [Select]mariadb-dump -u root -p --all-databases --system=users > all_DB.sqlThen SCP or rsync this all-inclusive SQL file over (it can be several GB large).
Then on the fresh AL9 system after re-creating all the user accounts, issue the reverse command to load in the DBs:Code: [Select]mariadb -u root -p < /path/to/all_DB.sqlThis worked for my CentOS 7.9 to AlmaLinux 8 migration.
Justo, thank you!! That was it, that was the question I had. Logically, I thought it should be all the databases, but I wasn't sure, and I wasn't certain. Perhaps restoring those databases from another version of CWP wouldn't be possible in a clean installation.
But what you've told me has saved my life in case I migrate (I still have to decide whether to migrate a production server from CWP8 to CWP9... I don't want that server to fail for any reason). Like I said, this was exactly the information I needed. I'm extremely grateful.
84
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by Linux on November 01, 2025, 04:56:37 PM »There no 'fix', Because there is NO problem that can be duplicated...I didn't insult anyone. If you or others felt that way I apologize.
Just because you don't have the knowledge or have something setup wrong to get it working doesn't make it a 'bug'.
PHP Version Switcher and PHP-FPM Selector (Paid Version of CWP) work perfectly fine on all of the AL9 servers on our network.
Insulting @overseer or any of us that come on here and help users, you are the reason we have stopped bothering helping...
Open a support ticket with CWP, because I doubt your going to get anymore help here...
Helping others is hard, I know that because in the past (10+ years ago) I was active on a hardware forum trying to help.
I learned that sometimes you have to be "in the skin" of the one that needs to be helped to fully understand the issue. Many times I skipped that and users were not happy. I feel you. Maybe you didn't understand my frustration.
Thanks again!
85
Backup / Re: backup issues - it was not possible to make the ssh connection
« Last post by MarioG on November 01, 2025, 04:50:06 PM »I had a similar issue. I have firewalls in place on 2 hosts but made sure everything required between the two was in place, and was able to ssh at the CLI from source host to destination host, and CWP kept telling me there was an error in testing the ssh connection. Then I switched to SFTP, and it tested and worked fine.
86
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by Linux on November 01, 2025, 04:49:48 PM »1. There are no errors. Please show us the whole log of the php compilation process.2. Thank you, I think that fixed the issue with uploadprogress module! After this fix I said maybe a migration would not be bad...
2. To fix uploadprogress try to do following:Code: [Select]cd /usr/local/src/
rm -rf uploadprogress*
wget https://pecl.php.net/get/uploadprogress
tar -xvzf uploadpogress-2*
cd uploadpogress*
phpize
configure
make
make install
1. The server with the issue was migrated to a new server where php_switch_v2 compiled successfully php 8.1.33. I don't know what could be the issue but for the moment more time invested in this problem is not worth it.
Thanks to all that had constructive replies.
87
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« Last post by Starburst on November 01, 2025, 04:30:17 PM »More than likely you have a LAMP installed and that's why you are having problems with the DB and PHP...
88
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by Starburst on November 01, 2025, 04:27:48 PM »There no 'fix', Because there is NO problem that can be duplicated...
Just because you don't have the knowledge or have something setup wrong to get it working doesn't make it a 'bug'.
PHP Version Switcher and PHP-FPM Selector (Paid Version of CWP) work perfectly fine on all of the AL9 servers on our network.
Insulting @overseer or any of us that come on here and help users, you are the reason we have stopped bothering helping...
Open a support ticket with CWP, because I doubt your going to get anymore help here...
Just because you don't have the knowledge or have something setup wrong to get it working doesn't make it a 'bug'.
PHP Version Switcher and PHP-FPM Selector (Paid Version of CWP) work perfectly fine on all of the AL9 servers on our network.
Insulting @overseer or any of us that come on here and help users, you are the reason we have stopped bothering helping...
Open a support ticket with CWP, because I doubt your going to get anymore help here...
89
CentOS-WebPanel Bugs / Re: Issues with PHP version swither (php_switch_v2)
« Last post by Linux on November 01, 2025, 03:54:51 PM »Again, you talk without knowing who you're talking to. But it's ok, maybe this is your limit.I lost 4 hours of trying to update PHP from 7.4.33 to at least 3, or 4 versions of PHP - and I still can't update to PHP 8.1.33.Your time must not be worth very much if you would rather spend 4 hours than $1/month for CWP Pro. (Time = Money)
If you started again the "buy pro" conversation I will let you know that there is the same problem on the pro version, so...
Still no fix for the problem.
90
CentOS-WebPanel Bugs / Re: Can't update linux OS because of mysql-common
« Last post by Linux on November 01, 2025, 03:49:35 PM »When you try to update OS tries to update various system packages and seems some package requires the package MariaDB-common but it conflicts with mysql-common. I do believe you installed MySQL manually.I'm the only person that has access to that server and I can tell you that neither I or anyone else installed MySQL. Maybe cwp scripts installed MySQL and I really wonder why.
In order to perform update I recommend the following route:
1. Make backups of the databases
2. Remove packages related with MySQL.
3. Install MariaDB
4. Restore databases if necessary (if you see some errors associated with databases in logs).
Please note you do it on your own risk.
From the beginning of the server install and config we use MariaDB v10.11.14.
Recent Posts