There was an error while loading. Please reload this page.
Create new container with new migrations
docker-compose up -d --build faf-db
Migrate by hand, log into container
docker exec -ti stable_faf-db bash
Execute migration
sh migrate.sh
Note: Maybe you must adapt the database from the migrat.sh script.