-
Notifications
You must be signed in to change notification settings - Fork 10
Upgrading
Paris Liakos edited this page Aug 8, 2017
·
14 revisions
There is a migration path written. It migrates content from the existing/old siwapp installation to the new one.
Replace the DB_* values with the one of your old database and then, from the root of your new siwapp installation, run:
$ php bin/console siwapp:upgrade-db:0.4-1.0 DB_DRIVER DB_USER DB_PASSWORD DB_NAME
Download the new release, extract its content, then replace the old /src
folder in your server, with the new one.
-
Add the following to your app/config/config.yml
from_email: address: "[email protected]" sender_name: "webmaster"
under the
fos_user:
section. -
Download the new release, extract its content, then replace
- the old
/src
folder in your server, with the new one. - the old composer.json & composer.lock with the new one.
- the old
-
Run the following (make sure to backup your database first!):
$ composer install $ php bin/console doctrine:schema:update --force