From f4c174a19b9e4fda95fc75122c55a748a42bae93 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Mon, 17 Jun 2013 22:04:27 +0200 Subject: [PATCH] Add note about database upgrade and cleanup --- UPGRADE-3.8.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/UPGRADE-3.8.md b/UPGRADE-3.8.md index 576f3e679e..f2f53ff7b4 100644 --- a/UPGRADE-3.8.md +++ b/UPGRADE-3.8.md @@ -68,6 +68,13 @@ The idea of `bin/setup` is to provide an commandline tool that is not aware of Phraseanet Installation, whereas `bin/console` requires an up-to-date Phraseanet install. +## Database Upgrade + +Database will be upgraded when running the `bin/console system:upgrade` command. +This command will not remove old tables. To remove them, use the +`--dump` option of the previous command to get a dump of the raw SQL commands to +execute; + ## Customization If you were using custom homepage or LDAP connection, they might not work.