Hi,
Is anyone using AWS RDS for ERPNext? I would really appreciate some insight into how to set this up
Many thanks
Hi,
Is anyone using AWS RDS for ERPNext? I would really appreciate some insight into how to set this up
Many thanks
To be fair, I think most of the pages on the wiki are “buried” without a maintained table of contents.
Awesome!
I agree
Many thanks for this
How did you create parameter group with settings for Mariadb 10.3?
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
default-character-set = utf8mb4
As I am using Mariadb 10.4 on AWS RDS I was just able to set only 2 parameters:
character-set-server
collation-server
did you get a noticeable performance increase by using RDS?
or what are your motivations to use RDS?
with RDS you have a database as a service. Installing Mariadb on EC2 will cost you more. And you won’t have the flexibility in ressource management.
Sorry for opening a dead thread but I need to ask you if the ignored 2 parameters:
character-set-client-handshake = FALSE
default-character-set = utf8mb4
have affected your ERPNext instance in any negative way?