Utf8mb4 installation problem

Hello,
I’m experiencing problem during installation of nextcloud server using RDS Aurora, which does not support ROW_FORMAT=compressed.
I set mysql.utf8mb4=> false, but during installation process nextcloud enforce using utf8mb4 and then require ROW_FORMAT = compressed and then I’m getting this error:

Error while trying to create admin user: An exception occurred while executing ‘CREATE TABLE migrations (app VARCHAR(255) NOT NULL, version VARCHAR(255) NOT NULL, PRIMARY KEY(app, version)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin ENGINE = InnoDB ROW_FORMAT = compressed’: