Skip to content
IDragonfire edited this page Apr 24, 2017 · 1 revision

Update to newest version

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.

Clone this wiki locally