Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WordPress] Any way to use RDS with NGINX Wordpress AWS #3

Closed
agomezmoron opened this issue May 30, 2022 · 0 comments
Closed

[WordPress] Any way to use RDS with NGINX Wordpress AWS #3

agomezmoron opened this issue May 30, 2022 · 0 comments
Labels
how-to How to issues reported by users nginx solved wordpress

Comments

@agomezmoron
Copy link
Contributor

agomezmoron commented May 30, 2022

Describe your issue as much as you can

(migrated from community.bitnami.com)

I’m using WordPress with NGINX and SSL Certified by Bitnami and Automattic
And I want to use RDS with it. Is it possible?

I saw WordPress with Amazon MariaDB RDS Certified by Bitnami and Automattic
but I don’t think I can use my auto-scaling template with my machine learning policy.
or Is that possible somehow?

Response

You can launch a RDS database and migrate your data to that new database. After that, you will need to configure WordPress to use that new database.

Once you confirm everything works as expected, you will need to disable the MariaDB database that is inside your instance

sudo /opt/bitnami/ctlscript.sh stop mariadb
sudo mv /etc/monit/conf.d/mariadb.conf /etc/monit/conf.d/mariadb.conf.disabled
sudo gonit reload
sudo /opt/bitnami/ctlscript.sh status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how-to How to issues reported by users nginx solved wordpress
Projects
None yet
Development

No branches or pull requests

1 participant