Author Topic: mariadb error during update  (Read 616 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: mariadb error during update
« Reply #15 on: March 13, 2025, 11:19:08 AM »
DOH. Just looked, the text is OK in that link I posted, but the : was missing after http for some reason.

Other than that, I just tried it to a mirror server overseas, and it works OK.
Unless you are trying to connect from a network that is blacklisted.

As @overseer mentioned, try it from your browser
https://dl.starburst.help/CWP/cwp-el8-20250215.sh

You can also just goto https:// or http://dl.starburst.help an goto CWP and then click on it and prompt you to download.

Towards the end the server gave such an error. It has 2 CPUand 2GB RAM.


Offline
*****
Re: mariadb error during update
« Reply #16 on: March 13, 2025, 09:36:21 PM »
2GB of RAM is sub-minimal. True minimal should be 4GB of RAM, with more being more ideal.

Offline
*
Re: mariadb error during update
« Reply #17 on: March 14, 2025, 05:41:53 PM »
2GB of RAM is sub-minimal. True minimal should be 4GB of RAM, with more being more ideal.

I tried it on a server with 8GB RAM - 4 CPU and it gave the same error.


Offline
*****
Re: mariadb error during update
« Reply #18 on: March 15, 2025, 01:33:38 PM »
If you don't have a SWAP created you can run into problems, even if you have 2GB or more RAM.

Is this server behind a NAT?

Offline
*
Re: mariadb error during update
« Reply #19 on: March 16, 2025, 10:17:59 AM »
If you don't have a SWAP created you can run into problems, even if you have 2GB or more RAM.

Is this server behind a NAT?

i use for test digitalocean

Also do I need to create a swap like this?
https://linuxize.com/post/how-to-add-swap-space-on-centos-7/
« Last Edit: March 16, 2025, 10:21:14 AM by megaster55 »

Offline
***
Re: mariadb error during update
« Reply #20 on: March 16, 2025, 11:03:58 AM »
What is SWAP ? SWAP is a technology used to emulate RAM using any item recognized as block device. In other words it "expands" amount of available RAM using disk mounted locally/remotely. However, SWAP isn't so fast as RAM even if SSD/NVMe drives are used for swapping. So huge swap disk has no sense because than more intense SWAP is used by the server/computer than slower the server/computer works.

In case your server has 2Gb of RAM then create SWAP disk (mount a file as a swap disk) of size 2Gb-4Gb (2Gb is recommended).