Dundo777 commented on issue #13529: URL: https://github.com/apache/airflow/issues/13529#issuecomment-756596106
Yes, I'm running a single scheduler, multiple workers, CeleryExecutor, setup with RabbitMQ. To move from MariaDB 10.2 to MySQL 5.7 I did the following: - backup the MariaDB database using mysqldump command - made a new installation of MySQL 5.7 and migrated backed up data into it - switched Airflow to using MySQL by changing airflow.cfg to MySQL, both sql_alchemy_conn and Celery result_backend ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
