We are trying to migrate from a local MariaDB database to Amazon RDS Mysql Database.
Given greater versions than 1.7.2 are not compatible with MariaDB we decided to do this migration.
As far as I know both databases are mostly compatible so dumping local database and restoring to Amazon RDS Mysql Database should work, I just need to change the database pointer in Fusionauth parameter file and restart server.
After some tests seems it's not working and Fusionauth is not booting. We are getting some errors on fusionauth logs, one of them related with cache as you can see in the following github issue I opened: https://github.com/FusionAuth/fusionauth-issues/issues/1161