Hey @aulin Great info! Something to watch out for with RDS is that the
automatic snapshot, Point-In-Time Recovery, and Multi-AZ failover
features do NOT support the MyISAM database engine, which Jamf Pro uses
by default. If an RDS server with MyISAM ...
@jtaveras That looks like a known issue we've seen with the default
config of MySQL 5.7. You may be able to workaround that one without
needing to try to rollback the MySQL version. Check in your
my.cnf/my.ini for a sql_mode parameter. If it's in the...
When you did the restore to MySQL 5.7, was that using the file system
copy you also mentioned? If so, did you run the mysql_upgrade binary
after doing the restore? That would have been required to ensure the
data files were 100% 5.7 compatible. The o...
Something else to keep in mind is that if you use DEP or VPP, you'll
want to delete those accounts from your Dev environment as well. You can
have some odd issues pop up when two servers are managing the service.
Hey @ZZT231 The "MySQL server has gone away" error usually means the the
max_allowed_packet variable in MySQL is not set large enough to do the
restore. If you're not able to modify that variable with the DB Util,
you could manually change it in the ...