We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.