We have been testing our application which uses FusionAuth for user authentication for sometime now in a sandbox environment. This setup used the default Kubernetes deployment as provided by FusionAuth Github sample i.e. FusionAuth + PostgreSQL + Elasticsearch running on single cluster.
We want to migrate the current user data from Postgres DB deployed within the cluster to a managed Postgres service like on AWS RDS and have our production Fusionauth point to that database there on. Is there some way to proceed here?