Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bullten

Pages: 1 [2] 3 4 ... 31
16
I have changed the url of repository of MariaDB from version 10.2 to 10.6
Everything was upgraded successfully aprt from:

Failed:
  MariaDB-server.x86_64 0:10.2.41-1.el7.centos                                                                          MariaDB-server.x86_64 0:10.6.9-1.el7.centos


Can someone explain me please how to make that upgrade manually. Looks like there is no way to make a migration automatically.
Thank you.

mariadb must be upgrade to version to version only as there is chances of database break.

https://linuxglobe.com/category/centos/centos-7/page/2
https://linuxglobe.com/centos/centos-7/upgrading-mariadb-10-2-to-10-3-on-centos-7.html

17
i need to transfer backup file from old server  through ssh to the new server :)

did you try rsync?

18
MySQL / Re: Bad MYSQL Configuration
« on: August 24, 2022, 09:24:41 AM »
I got a notice on the Centos Control Panel that there's a bad configuration with MYSQL. I am not sure what the problem is. I have no problems accessing MYSQL, but I cannot update MariaDB because the repository cannot be found. Any assistance will be greatly appreciated.

Upgrade to 10.3 https://linuxglobe.com/centos/centos-7/upgrading-mariadb-10-2-to-10-3-on-centos-7.html

19
CentOS 7 Problems / Re: Root directory at 100 percent
« on: August 24, 2022, 09:24:10 AM »
The root directory, /dev/sda1, keeps filling up to 100 percent which means I don't have access to my websites, email, and the Centos Control Web Panel. Additionally, I have 40 GB of extra space I purchase, but I don't know how to add that space to my server. Please help!

Is it lvm partition?

20
CSF Firewall / Re: Connect CWP Server to Other Server same net
« on: August 24, 2022, 09:23:36 AM »
Hello, i have a php script in CWP and i need it connect to a other ip port in same network... if i enable CSF Firewall...
cant connect... if i disable the CSF Firewall it work correctly.

in firewall manager i have:

Whitelist configuration
Simple -> 192.168.1.110(ip from 2nd server) -> Test Connection (Description)

i restart the CSF Firewall... and... it doesnt not connect again...

any help?

Did you enable the port in csf?

21
E-Mail / Re: How to use server with CWP as email server
« on: August 24, 2022, 09:22:41 AM »
I have a new server that will host a mautic instance (it's a plataform for send newsletters) I want to send the email directly from that server, but  need to have everything correctly configured to prevent the emails from go to spam.

This server will only sent newsletters emails the transactional emails are sent from the main server that host the domain, what should I do in this new server to be able to create a dkim that I will add to my dns?

Should I create a new user account and add the domain localy? But if I do it the dkim generated will be have the default name "default._domainkey" but this is a problem because this is also the dkim from the main server that is also running cwp.

Did you check MailServer Manager option in cwp?

22
MySQL / Re: MySQL Configuration File
« on: August 24, 2022, 09:20:42 AM »
I notice that something isn't right about my MYSQL configuration file located at /etc/my.cnf. It looks incomplete.

#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
max_connections = 500000
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d

navigate to directory /etc/my.cnf.d and here you will have file where you can add the configuration. "server.cnf"

23
Installation / Re: hot setup CWP on a home network
« on: October 13, 2018, 09:27:57 PM »
Well yes you can definitely setup it on private ip.  But with that only you will have access to the panel as it will be intranet. if you need to have access from everywhere you need to install noip (https://www.noip.com/) free dns service.

24
MySQL / Re: error establishing database connection
« on: October 09, 2018, 03:13:31 PM »
Well you should look for cloudlinux. They have MySQL Governor to protect MySQL operations.

https://docs.cloudlinux.com/index.html?mysql_governor.html

25
PHP / Re: update ICU system package and the intl PHP extension
« on: October 09, 2018, 07:25:01 AM »
Use panel. Yes compile any version you want.

26
MySQL / Re: error establishing database connection
« on: October 09, 2018, 07:24:29 AM »
Looks like tables gets corrupted. You can set innodb recovery to automatic. Also you should contact your hosting provider to look into the issue. It may be caused because of lack of i/o or resources

27
MySQL / Re: error establishing database connection
« on: October 08, 2018, 12:44:20 PM »
whenever its down run the command below and paste here the output

Code: [Select]
systemctl status mariadb.service -l

28
PHP / Re: update ICU system package and the intl PHP extension
« on: October 08, 2018, 11:36:33 AM »
try recompiling php

29
MySQL / Re: error establishing database connection
« on: October 08, 2018, 11:35:23 AM »
I see it started successfully. What issue you are facing then?

30
SSL / Re: Assessment failed: Unable to connect to the server
« on: October 08, 2018, 04:35:10 AM »
what is output of

Code: [Select]
ss -nlp | grep 443
Also did you check your server firewall it its blocking it?

Pages: 1 [2] 3 4 ... 31