Sequel::Migrator::Error version 3.3

hi all,

I see this error when I run systemctl status foreman:
Sequel::Migrator::Error

And on the GUI :
Service unavailable ERF64-6496 [Foreman::MaintenanceException]: There are migrations pending in the system.

Does anyone know why? and how Can I solve it ?

No one have an idea about the Error ?

Bonjour,

I got the same message after 3.3.0 to 3.3.1 upgrade. I solved it with

foreman-rake db:migrate
foreman-rake db:seed

found the solution here https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwi0mKLR49r6AhUY4oUKHT4NCjAQFnoECB4QAQ&url=https%3A%2F%2Fcommunity.theforeman.org%2Ft%2Fservice-unavailable-erf64-6496-foreman-maintenanceexception-there-are-migrations-pending-in-the-system%2F24167&usg=AOvVaw2P-Prw12MFE5h5Ja64ZQQS

Regards,

Frederic

1 Like

Thank you so much @frederic ill give it a try :slight_smile: